Add Size Attribute Support for InputGroup #3075
Unanswered
abhishek-junghare
asked this question in
PrimeVue
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, form components like
InputText
orSelect
support asize
attribute for better customization and consistent styling. However, theInputGroup
component lacks this feature. Addingsize
attribute support toInputGroup
would provide consistency across form elements and enhance its usability for developers.For reference,
size
attribute support inSelect
: https://primevue.org/selectbutton/#sizesThis enhancement would align InputGroup with other form components and improve the overall design consistency.
Beta Was this translation helpful? Give feedback.
All reactions