elements
elements copied to clipboard
Web component library for developing Visual Studio Code extensions
Previously if you had a button and you forced it into a space that was too small it would compress, giving a bit of flexibility. With the most most recent...
Can we have a clear-all button/icon inside the MultiSelect component(**Default**:false). It looks weird when we need to call the selectNone() method on click of another button which is outside of...
The only example I have been able to find of input validation in VS Code already is in the Quick Input bar. What do you think about updating the form...
Initial code the backs the screenshot in #508 Not suggesting that this should be merged, just sharing WIP idea.
Added a way to customize the controller on vscode-single-select to allow for autocomplete logic in combobox mode. Also add some slots for icons adjacent to the input.
using vscode-elements 1.16.1 I have single select created like this ```html foo bar ``` When I want to add option `xxx` at runtime I can do that by typing in...