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
158 stars 65 forks source link

Provide dense/small option #138

Closed johnrteg closed 2 months ago

johnrteg commented 5 months ago

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

viclafouch commented 2 months ago

Hello !

You have the size prop that inherits from TextField props.

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