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 has been archived by the owner on Jan 9, 2023. It is now read-only.
Is is possible to highlight the ui-select field?
here is the example : http://plnkr.co/edit/voXMv4xY1Fceazie0dJs?p=preview
i need the ui-select field to be highlighted (error: required) in case there is no input. Like usual input field highlighted by ng-fab-forms.
The text was updated successfully, but these errors were encountered:
Hello @yadimon! Thanks for your question. The problem is that the required attribute (or any other validation directive) would need to be on the input field. I don't know if ui-select supports those in some kind of way. If it does not the best option I see for now would be to use either a decorator or another custom directive which passes those attributes to the input field.
And you could of course write an issue for the ui-select module.
Is is possible to highlight the ui-select field?
here is the example : http://plnkr.co/edit/voXMv4xY1Fceazie0dJs?p=preview
i need the ui-select field to be highlighted (error: required) in case there is no input. Like usual input field highlighted by ng-fab-forms.
The text was updated successfully, but these errors were encountered: