Selects
Select fields components are used for collecting user provided information from a list of options. Below is a collection of simple to complex examples. This is a basic example on how to use If you want the as an example: You cannot use disabled You can chose multiple options. Use a custom prepended or appended icon. A select can utilize API
Examples
Basic
Select
. Name-Value
name
that the user sees to differ from the value
in code, your items should be defined like this:const items = [
{ name: 'Foo!', value: 'foo' },
{ name: 'Bar!', value: 'bar' }
]
Disabled
Select
. Multiple
Icons
Chips
Chip
as the display for selected items.
Ready For More?
Continue to learn more about svelte materialify with content selected by the creator.
Last Updated: 2022-10-03