Skip to content
New issue

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

Support Dropdown : multiple + label/icon #1760

Closed
pierre-H opened this issue Jun 11, 2017 · 1 comment
Closed

Support Dropdown : multiple + label/icon #1760

pierre-H opened this issue Jun 11, 2017 · 1 comment

Comments

@pierre-H
Copy link
Contributor

pierre-H commented Jun 11, 2017

Hello,
First, thanks a lot for Semantic UI : the best UI Framework !

Is it possible to support Dropdown with multiple and label :

        <Form.Dropdown
            label="Labels"
            placeholder="Labels"
            search={true}
            selection={true}
            options={labelsOptions}
            multiple={true}
        />

With labelsOptions = [{key: 1, value: 1, text: 'Hello', label: {color: 'blue', empty: true, circular: true}} ... ].

Actually, labels are displayed but it's not possible to select multiple values.

Thank you !

Edit : I've got the same problem with icons.

@pierre-H pierre-H changed the title Support Dropdown : multiple + label Support Dropdown : multiple + label/icon Jun 11, 2017
@pierre-H
Copy link
Contributor Author

Sorry, the problem was the value prop. It works perfectly !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant