-
Notifications
You must be signed in to change notification settings - Fork 146
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels