viclafouch / mui-tel-input

📌 A phone number input designed for MUI (Material ui) V6 built with libphonenumber-js
https://viclafouch.github.io/mui-tel-input
MIT License
171 stars 67 forks source link

Provide dense/small option #138

Closed johnrteg closed 4 months ago

johnrteg commented 7 months ago

Would it be possible to add a property to make the input dense/small like outer MUI input controls provide?

viclafouch commented 4 months ago

Hello !

You have the size prop that inherits from TextField props.

See https://mui.com/material-ui/react-text-field/