harveyl888 / queryBuilder

R htmlwidget for jQuery QueryBuilder filtering of data frames
12 stars 10 forks source link

Define valueSetter for selectize inputs (solves #11) #17

Open tdeenes opened 5 years ago

tdeenes commented 5 years ago

For selectize inputs, one has to define a valueSetter function; otherwise a predefined rule which includes the selectize input will not work as expected. The solution is described here, I just added the valueSetter function to the appropriate row in the queryBuilder.js file.