Is there some sort of Priority operator on RxSwift?
问题 I have a textfield that has 2 rules for validation: minimum amount of chars and alphanumerical chars. I want to be able to represent to the user what he's doing wrong in an error label but the problem is that if I bind the textfield to both rules it can be creepy because once one rule gets approved the ui does a little flickering from the color of the separator for example changing from red to green to red because of the other validation failing. I'd like to know if there's a way to