SuggestionRow
SuggestionRow copied to clipboard
Not showing first letter if i add rule
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.
It works fine in the example project. I guess the problem lays somewhere else
Thanks Mathias, i will try again and find any solution let you know
I confirm: removing the $0.add(rule: RuleRequired())
fixes the first letter not showing up.
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