You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 1, 2024. It is now read-only.
It seems impossible to apply an explicit style on an Entry which is using the InvalidStyle of TextValidationBehavior, you may say just append/add the explicit style to the InvalidStyle definition, but the issue is that the latter is only triggered upon text changed event I believe, thus the style won't be applied all the time.
Any ideas?
If I remove the Behaviors, SomeEntryStyle is applied, if I put back, only InvalidEntryStyle style will be applied when conditions met. the issue here is that SomeEntryStyle should be applied regardless.
I am not sure if I am missing something or something needs to change/improve in xct that why I have put it as a bug for now.