-
Notifications
You must be signed in to change notification settings - Fork 186
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
patch(5.10-stable): pr6373 #6411
patch(5.10-stable): pr6373 #6411
Conversation
…6408) В старой реализации CustomSelect (v5.9.3) мы передавали required на div, тем самым он вообще не был задействован в обработке формы. В v5.10.0 мы поломали это поведение и `required` стал передаваться на input, используемый для поиска. Исправляем это передавая `required` на спрятанный нативный селект.
size-limit report 📦
|
e2e tests |
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 82bc2f4:
|
👀 Docs deployed
Commit 82bc2f4 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 5.10-stable #6411 +/- ##
===============================================
+ Coverage 80.71% 80.73% +0.01%
===============================================
Files 314 314
Lines 10840 10846 +6
Branches 3381 3386 +5
===============================================
+ Hits 8750 8756 +6
Misses 2090 2090
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Warning
базовая ветка
5.10-stable
. В прошлом PR ошибся с тэгами и5.10-stable
не обновилась.Важно
Это cherry-pick из #6373, из v6 в v5.
Описание
В старой реализации CustomSelect (v5.9.3) мы передавали required на div, тем самым он вообще не был задействован в обработке формы. В v5.10.0 мы поломали это поведение и
required
стал передаваться на input, используемый для поиска.Исправляем это передавая
required
на спрятанный нативный селект.