feature: add .form-caret class for reusable select-style caret#42051
feature: add .form-caret class for reusable select-style caret#42051claytonlin1110 wants to merge 1 commit intotwbs:mainfrom
Conversation
|
@mdo would you please review this? |
|
Can someone review this? |
|
Right now, we’re focusing on |
|
@julien-deramond When could it be ready? can i change destination branch from 'main ' to 'v6-dev'? |
|
There is no need to change the target branch. We will review the PR as is and cherry-pick the commit to |
|
Is there anyway to merge this PR to some other branch rather than main? |
|
@claytonlin1110 I appreciate the energy and earnestness, but as mentioned, our priority has been on v6-dev. That means we're not reviewing many other PRs right now, but that also means a LOT is up in the air still on what features we want to include, how form components evolve, etc. Please hold tight and we'll see what we can do. It'd be extra work on our end, but maybe we can dual-track things after all to iterate on v5 and v6 simultaneously. That slows down a lot more, but it's possible. Give us just a bit more time and we'll swing back to this and all the other open PRs/issues that we can :). |
|
@mdo Any ETA for review? |
Summary
Implements issue #41754: the form-select caret is now available as a separate .form-caret class so it can be used with form-control for typeahead, datalist, or any input that needs the same caret without full form-select styling.
Usage
Relation
Fixes #41754