Skip to main content

field_shell

Function field_shell 

Source
pub fn field_shell(theme: &Theme, size: ControlSize, state: FieldState) -> Div
Expand description

The surface, focus and invalid treatment every editable control wears.

TextInput renders inside it, and the composed fields — NumberInput, Combobox, TagInput — wrap a bare input in one of these so a composed control is not two nested frames.