Our blazing fast Grid component built with pure JavaScript


Post by henrique »

Is there a setting in the field to leave all capital characters?


Post by mats »

Which fields? You mean cell editors?


Post by henrique »

Yes, cell editors.


Post by mats »

You can simply use CSS

.b-field { text-transform : uppercase; }

Post by Animal »

That will display in upper case. You will still need a listener to convert the value to upper case on change.


Post by henrique »

Thanks for the reply. I already added a listener.


Post Reply