I am using dropdown type in my handsontable, somehow I must have to use height:“auto” attribute, but when I use it, the dropdown gets fixed inside the table and is not fully visible as it was before the auto height.
It gets cut. You can see in the below jsFiddle link.
http://jsfiddle.net/efbz58oj/5/
If the height: “auto” is removed, the dropdown UI is fine, but if it’s there, it gets cut down.
Please let me know the solution ASAP.
Thanks