capybara_select2
capybara_select2 copied to clipboard
Capybara helpers for https://select2.org select box (supports Select2 version 2/3/4)
Results
1
capybara_select2 issues
Sort by
recently updated
recently updated
newest added
I'm using a select2 element with the tag option. When I use `select2 'something', from: 'Something', tag: true` I get the error: ``` Capybara::ElementNotFound: Unable to find css ".select2-container--open input.select2-search__field"...