gfranko / jquery.selectBoxIt.js

A jQuery Select Box Plugin for Mobile, Tablet, and Desktop
http://www.selectboxit.com
MIT License
852 stars 301 forks source link

ajust max-width calculation #394

Open mateuslourencao opened 5 years ago

mateuslourencao commented 5 years ago

previous version were using self.dropdownContainer.width(true), the latest one is using self.dropdownContainer.outerWidth(true), so when you select an option and the text is too long the field just stay blank