jmpessoa / lazandroidmodulewizard

LAMW: Lazarus Android Module Wizard: Form Designer and Components development model!
246 stars 82 forks source link

How to make jComboEditText only be a drop down, I get a Soft Keyboard when I click on this component. #489

Open LoganTennis opened 1 year ago

LoganTennis commented 1 year ago

I just want to click on the jComboEditText and it drops down a list and I select from that list. Right now I click on the jComboEditText, text is selected and the softkeyboard is showing.

I have already called jComboEditText.HideSoftInput() and this does not help

jmpessoa commented 1 year ago

Can you try "jSpinner" component?