SuggestionRow icon indicating copy to clipboard operation
SuggestionRow copied to clipboard

Not showing first letter if i add rule

Open ghost opened this issue 6 years ago • 4 comments

row.add(rule: RuleRequired())
row.validationOptions = .validatesOnChange

If i add rule to SuggestionAccessoryRow, first letter is not showing. After i press second character, it works well.

ghost avatar Dec 05 '18 15:12 ghost

It works fine in the example project. I guess the problem lays somewhere else

mats-claassen avatar Dec 07 '18 12:12 mats-claassen

Thanks Mathias, i will try again and find any solution let you know

ghost avatar Dec 07 '18 13:12 ghost

I confirm: removing the $0.add(rule: RuleRequired()) fixes the first letter not showing up.

dannyshmueli avatar Jun 15 '20 14:06 dannyshmueli

It works fine in the example project. I guess the problem lays somewhere else

The example does look good, it just does not add a RuleType

dannyshmueli avatar Jun 15 '20 15:06 dannyshmueli