Open rahulrkr08 opened 6 years ago
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 ?
I can't reproduce it.
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'
I am getting error when using below example, Example:
Error:
Uncaught TypeError: $element.data is not a function
Can anyone help ?