pub fn field_shell(theme: &Theme, size: ControlSize, state: FieldState) -> DivExpand 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.