Skip to content

[ENG-46347] feat(webkit): add FieldInputGroup (inputs)#679

Draft
HerbertJulio wants to merge 1 commit into
devfrom
feat/ENG-46347-field-input-group
Draft

[ENG-46347] feat(webkit): add FieldInputGroup (inputs)#679
HerbertJulio wants to merge 1 commit into
devfrom
feat/ENG-46347-field-input-group

Conversation

@HerbertJulio

Copy link
Copy Markdown
Contributor

Summary

New FieldInputGroup (inputs) — a text field with prepend/append slots for attaching units, currency symbols, or actions inside the field border, plus inline label + helper text and disabled/invalid states.

API

  • Props: modelValue (v-model), label / helperText / placeholder (default ''), disabled / readonly / invalid (default false).
  • Slots: prepend, append. Event: update:modelValue.
  • Self-contained: follows the inline field-* pattern (label + helper rendered inline; lock icon when disabled; danger border when invalid). Does NOT depend on helper-text/field-text.

Notes

  • Draft — pending review. Spec .specs/field-input-group.md (approved). Flat export ./field-input-group. data-testid fallback input-field-input-group (the inputs-category prefix the compliance hook enforces).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant