-
Notifications
You must be signed in to change notification settings - Fork 65
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
1655 - Typeahead / Select Placeholder #1718
base: master
Are you sure you want to change the base?
1655 - Typeahead / Select Placeholder #1718
Conversation
…en required is false
This pull request is being automatically deployed with Vercel (learn more). widget-test-docs – ./🔍 Inspect: https://vercel.com/dojo/widget-test-docs/3XessanKdWC9EC1y6gi7LANtmpuQ dojo.widgets – ./🔍 Inspect: https://vercel.com/dojo/dojo.widgets/ABmYkjdDGRxiV2MfL6TC5NngLBxn |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1718 +/- ##
==========================================
+ Coverage 90.43% 90.53% +0.09%
==========================================
Files 94 94
Lines 5143 5175 +32
Branches 1403 1415 +12
==========================================
+ Hits 4651 4685 +34
+ Misses 241 237 -4
- Partials 251 253 +2 ☔ View full report in Codecov by Sentry. |
Type: bug
The following has been addressed in the PR:
.dojorc
theme.variant()
is added to the root domnodetheme.compose
like thisDescription:
Add placeholder input for typeahead and select, add default option when required is false
Resolves #1655