-
-
Notifications
You must be signed in to change notification settings - Fork 79k
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
Remove redundant placeholders in forms docs #28406
Conversation
Fix context for states Remove redundant commands
Include "Choose..." placeholder for select Fix typo .form-select is not a Bootstrap class
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sorry, last few minor changes. then it looks good to go 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please be sure to follow code standards used everywhere in this project—no spaces around attribute's =
and double quotes around attribute values. Fixed these here with suggested changes.
Update validated select attributes to follow code standards
I have updated the validated selects to use |
@patrickhlauke: should we backport this to v4? |
yes |
OK, I'll cherry pick this to the new v4-dev branch. |
* Change state field to select * Include "Choose..." placeholder for select * Change validated select to .custom-select
Fixes #28260