You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, does anyone use this library with carbon-components-svelte?
I am trying to integrate with it and it works fine for normal fields but i don't know how to make it work nicely with MultiSelect component for example or ComboBox.
If i bind value to the array of selected IDs for the MultiSelect, it gets weird and it shows those values inside an input.
So i figured i might as well ask here, somebody surely had to use this component library.
Any guidance, repl or codesandbox will be helpful.
ps: this is roughly how it looks like repl example
adding display: none on the input with role="combobox" works but the checkboxes are not updating immediately after selecting..
Hi, does anyone use this library with carbon-components-svelte? I am trying to integrate with it and it works fine for normal fields but i don't know how to make it work nicely with MultiSelect component for example or ComboBox. If i bind value to the array of selected IDs for the MultiSelect, it gets weird and it shows those values inside an input. So i figured i might as well ask here, somebody surely had to use this component library. Any guidance, repl or codesandbox will be helpful.
ps: this is roughly how it looks like repl example adding display: none on the input with role="combobox" works but the checkboxes are not updating immediately after selecting..
@dankobg How did you work around Carbon's Form component not allowing the "use:form" directive?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi, does anyone use this library with carbon-components-svelte?
I am trying to integrate with it and it works fine for normal fields but i don't know how to make it work nicely with MultiSelect component for example or ComboBox.
If i bind value to the array of selected IDs for the MultiSelect, it gets weird and it shows those values inside an input.
So i figured i might as well ask here, somebody surely had to use this component library.
Any guidance, repl or codesandbox will be helpful.
ps: this is roughly how it looks like
repl example
adding display: none on the input with role="combobox" works but the checkboxes are not updating immediately after selecting..
All reactions