0.9.1-alpha.79
Alpha@xaui/native@0.9.1-alpha.79
Patch Changes
-
d042729:
DummyField— Label · Field · Value · Indicator · Description · ErrorP5.32, renamed from legacy
InputTrigger.- A pressable field container styled identically to a text input (
TextField), but non-editable and interactive throughPressableFeedback. - Renamed with the
*Fieldsuffix to matchTextField,MaskField,NumberField, andTimeField, avoiding name collisions with the*.Triggerslot vocabulary of overlay compounds (Select.Trigger,Popover.Trigger,Menu.Trigger). - Composable slot anatomy:
DummyField.Label,DummyField.Field,DummyField.Value,DummyField.Indicator,DummyField.Description,DummyField.Error. - Text children of
DummyField.Fieldare auto-wrapped inDummyField.Value(R3). - Supports
labelPlacement="inside"out of flow, four emphasis variants (primary,secondary,tertiary,ghost), four sizes (xs,sm,md,lg),isInvalid,isDisabled, raw tintcolor, and decorator padding insideFieldGroup.
- A pressable field container styled identically to a text input (