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
I am getting error when using below example, Example:
<Select2 multiple data={['bug', 'feature', 'documents', 'discussion']} value={ ['feature'] } options={ { placeholder: 'search by tags' } } />
Error: Uncaught TypeError: $element.data is not a function
Uncaught TypeError: $element.data is not a function
Can anyone help ?
The text was updated successfully, but these errors were encountered:
I can't reproduce it.
Sorry, something went wrong.
Probably You are importing wrapper like that: import Select2 from 'Select2' change it to: import Select2 from 'react-select2-wrapper'
import Select2 from 'Select2'
import Select2 from 'react-select2-wrapper'
No branches or pull requests
I am getting error when using below example,
Example:
Error:
Uncaught TypeError: $element.data is not a function
Can anyone help ?
The text was updated successfully, but these errors were encountered: