-2
I made a modal form in materialize-css and in this form there are several fields, including one that is (what I have problems with), it is the Brazilian states, ie 27 states. And when you click on the select it appears a gigantic list with the 27 states and wanted you to view only 3 and the user went down the scrollbar to view the rest... First of all, I’ve tried the size attribute in html, and it just doesn’t work (I think it’s something from materialize), besides, I also tried in css to change the height, but it doesn’t specifically change what I want, which is to hide the rest. Thank you for your attention.
Include the form in the question so that you are aware of your real difficulty, preferably with your various attempts
– Isac
Place the entire HTML, including with
<head>
, and the CSS you’re using as well.– hugocsl
https://github.com/ricknunesmendes/adot.io
– Henrique N. Mendes