We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
as I can modify this option
updateSettings(column,'strict',false)
The text was updated successfully, but these errors were encountered:
I don't understand your question. Can you elaborate more? Maybe some code in jsFiddle?
Sorry, something went wrong.
example
columns: [ { type: {renderer: myAutocompleteRenderer, editor: Handsontable.AutocompleteEditor}, source: ["BMW", "Chrysler", "Nissan", "Suzuki", "Toyota", "Volvo"], strict: true, options: { items: 4 //`options` overrides `defaults` defined in bootstrap typeahead } }
need to modify strict:true to strict:false
updateSettings(0,'strict',false)
This should be fixed since version 0.9.7. Thanks for your report!
No branches or pull requests
as I can modify this option
updateSettings(column,'strict',false)
The text was updated successfully, but these errors were encountered: