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

shoud we have chip propets for FormSelect for variant::Multiple<K>? #39

Open
collinsmarra opened this issue May 7, 2023 · 1 comment

Comments

@collinsmarra
Copy link

collinsmarra commented May 7, 2023

Screencast.from.05-07-2023.07.36.49.AM.webm

this is when using <FormSelect<String> variant={SelectVariant::Multiple(onclick_change_attributes)}>

@ctron
Copy link
Member

ctron commented May 8, 2023

I ran into this myself the other day. The FormSelect component erroneously had the "multi" option, which isn't supported by PatternFly. This will be removed in a future patternfly-yew version.

The correct way is to use the Select component, which is similar, but not based on the <select> HTML element.

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

2 participants