on 2022 Jul 06 4:06 PM
I am having a requirement. I am having combobox and I have to allow user to input only dropdown values from odata service. I user enter anyother key then it should show invalid entry. How is this possible in combobox?
Hi
If the issue is still not resolved, you can try this code. You can set the jQuery attribute input.
myComBox.addEventDelegate({
onAfterRendering: function() {
oComboBox.$().find("input").attr("readonly", true);
}
});
Regards,
Venkat
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
79 | |
10 | |
10 | |
10 | |
10 | |
9 | |
8 | |
6 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.