mistic100 / jQuery-QueryBuilder

jQuery plugin offering an interface to create complex queries
https://querybuilder.js.org
MIT License
1.68k stars 552 forks source link

uppercase input filter #900

Closed ittaskeu closed 2 years ago

ittaskeu commented 3 years ago

Is it possible to change the case of searched string to uppercase ? image

mistic100 commented 3 years ago

this could be done by applying a jQuery plugin to the filter
https://querybuilder.js.org/#filters (plugin option)

I don't know such plugin but it's probably not hard to create (intercept keydown events to replace by the upercase value)