-
Notifications
You must be signed in to change notification settings - Fork 619
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
Fix #727 #731
Fix #727 #731
Conversation
Codecov Report
@@ Coverage Diff @@
## master #731 +/- ##
=========================================
Coverage ? 66.18%
=========================================
Files ? 23
Lines ? 1307
Branches ? 0
=========================================
Hits ? 865
Misses ? 442
Partials ? 0
Continue to review full report at Codecov.
|
Test summaryRun details
View run in Cypress Dashboard ➡️ This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Dashboard |
692fc67
to
13c87be
Compare
@jshjohnson IE is green 🎉 |
🎉 if you can think of a better solution to 59840d1 let me know :D i've run out of free cypress recordings for the month |
Sure: did you apply to https://www.cypress.io/oss-plan/ ? |
@jshjohnson So, we are gonna have next major soon? I have a couple of breaking changes in mind... |
Unfortunately yes. Feel free! |
I've applied now 🎈 |
Sorry guys but the fix made the things even more confusing. What if I want to be able to select an empty options, in multiple list?
After the fix An additionally, when I build the same with AJAX. |
Why would you want to do that? That's the equivalent of selecting nothing 🤔 |
to select a "nothing" ;) but it not a nothing:
will give you: |
Description
Fixes the issue detailed in #727.
This removes the ability to pass a placeholder via config to select elements - the implementation was confusing and semantically it is better to pass an
option
element. It also removes placeholder choices from the choices list for select multiple elements.Screenshots (if appropriate)
Types of changes
Checklist