vscode-webview-ui-toolkit icon indicating copy to clipboard operation
vscode-webview-ui-toolkit copied to clipboard

A component library for building webview-based extensions in Visual Studio Code.

Results 80 vscode-webview-ui-toolkit issues
Sort by recently updated
recently updated
newest added

Hi, Does the Panel component have a Selection Changed event? I want to add an event listener and save the active panel so that when the HTML is rendered, panel...

enhancement

### Describe the bug VSCodeButton triggers the form it belongs to onSubmit handler twice when triggered using the "Enter" key, firing two unique events to the onSubmit handler function. If...

bug

### Describe the bug VSCodeButton does not trigger a submit event on the form it belongs to, overriding the default behavior of buttons in forms. Working workaround is to explicitly...

bug

Hi, Thanks for creating these wonderful vs code extension components. I am working on my first extension project now and I need these components. I hope this post with help...

enhancement
component request

### Feature request Based on #390, update docs to clarify that the `vscode-radio-group` component is only designed to accept `vscode-radio` components but not `vscode-checkbox`'s. Be sure to include a note...

enhancement

### Describe the bug As described in the readme: > Tech stacks: The library ships as a set of web components. This means developers can use the toolkit no matter...

bug

### Feature request The docs for React version are very limited. I am missing the following - how to debug - how to use the different components

documentation
enhancement

### Feature request When using react component bindings, the `autofocus`/`autoFocus` prop does not work on `` and ``. ### Expected behavior React components `` and `` should accept an `autoFocus`...

enhancement

### Link to relevant issue This pull request resolves #74 This pull request resolves #348 ### Description of changes Updates the getting started guide to include new content on how...

### Feature/component description Implement the [Menu](https://explore.fast.design/components/fast-anchored-region) component. Menu items could be configured to feature selection state, icons, and even sub-menus. ### Use case This component would serve as a relatively...

component request