natintosh / intl_phone_number_input

MIT License
164 stars 496 forks source link

Wrapped the country selector button with Expanded widget in order to avoid overflow in a narrow container. #350

Open wskoly opened 1 year ago

wskoly commented 1 year ago

Wrapped the country selector button with Expanded widget in order to avoid overflow in a narrow container. In one of my project I found out the selector button is overflowing my container. So I wrapped the selector button with a Expanded widget and it solved the issue.

Csierram96 commented 1 year ago

is this going to get merged? That is a really annoying error, and this fixes it. This has been here waiting for 3 months now