Select shapes

The select component can have different shapes. Here is an example of a rounded select.

Default shape of all <BaseSelect> can be set in your .app/app.config.ts.
Show code

Icons

Selects can have a configurable icon on the left side using the icon prop. Make sure to pick meaningful icons for your use case.

Show code

Float labels

Selects can have a material design style floating label using the labelFloat prop.

Show code

Small

Selects can be displayed in a smaller and more compact way using the size prop with the sm value.

Show code

Option group

Selects can have option groups using the optgroup element to wrap your options.

Show code

Loading state

Selects can be shown in a loading state using the loading prop.

Show code

Error state

Selects can be shown in an error state using the error prop. Use the same prop to display an error message.

Please make a selection
Show code
This component has no props