keyboard down key not working if chosen dropdown height set -
i have set max height chosen dropdown using following code
`.chosen-container .chosen-results { height:100px !important; }`
but results in keybord down arrow key not working on press of down key scroll bar not reaches end
please try setting max-height:100px
instead of height.
Comments
Post a Comment