Skip to content

sm-select model binding doesn't work #173

@RobinJ1995

Description

@RobinJ1995

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions