We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To make sure, I have taken the example from the documentation you provide;
<sm-select [options]="{direction: 'upward'}" [(model)]="gender" placeholder="Select gender..." class="fluid"> <option value="m"><i class="icon male"></i> Male</option> <option value="f"><i class="icon female"></i> Female</option> </sm-select>
Yet gender in my component remains undefined after a selection has been made in the sm-select component.
gender
sm-select
The text was updated successfully, but these errors were encountered:
I'm having the opposite problem. If I clean the selected items array in the controller, the view doesn't update and items remain selected.
Sorry, something went wrong.
No branches or pull requests
To make sure, I have taken the example from the documentation you provide;
Yet
gender
in my component remains undefined after a selection has been made in thesm-select
component.The text was updated successfully, but these errors were encountered: