Scott64
Scott64
I'm pretty late to the party, but what you're doing sounds a lot like what I'm doing. Here's what I did, and it seems to work fine. `select.combobox('refresh');` `select.combobox('clearElementNoFocus'); //Make...
I'm almost 2 years late to the party, but I just had a need for the same thing. I got around it by adding to the "width" property instead of...
Not exactly what you're looking for (and very late to the party), but I made my filled-in fields read-only by adding a line to the transform function. At the end...
@zencm Thanks for the clarification, it does say "bit position" in the docs and I glossed over that and just saw "1" in my rush to find a solution. Your...