svelteuidev / svelteui

SvelteUI Monorepo
https://svelteui.dev
MIT License
1.28k stars 64 forks source link

Improve documentation of `NativeSelect` #381

Closed notramo closed 1 year ago

notramo commented 1 year ago

When using objects for data property of NativeSelect, only the label and value properties are demonstrated, however, after digging through the code, it seems that the disabled property is is also supported.

I suggest adding a jQuery option to the “favorite framework” selector example code, which should be disabled.