Skip to content
New issue

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 column autocomplete #715

Closed
gbelmm opened this issue May 27, 2013 · 3 comments
Closed

as I can modify this option column autocomplete #715

gbelmm opened this issue May 27, 2013 · 3 comments
Labels

Comments

@gbelmm
Copy link

gbelmm commented May 27, 2013

as I can modify this option

updateSettings(column,'strict',false)

@setthase
Copy link

I don't understand your question. Can you elaborate more? Maybe some code in jsFiddle?

@gbelmm
Copy link
Author

gbelmm commented May 28, 2013

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)

@setthase
Copy link

This should be fixed since version 0.9.7. Thanks for your report!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants