There are input group border radius issues with latest CSS (after "Rewrite input group component" #25020).
- Right corner of input are rounded
- Multiple dropdown trigger's corner are incorrect. Usage of multiple button addons are not described in the documents, but they are correctly display in beta 2.

Demo:
And following limitation can be removed with selector improvement. Please see my PR.
|
- Due to limitations in how CSS selectors work, all buttons must be the same element (e.g., `<a>` or `<button>`). |
Thanks.
There are input group border radius issues with latest CSS (after "Rewrite input group component" #25020).
Demo:
And following limitation can be removed with selector improvement. Please see my PR.
bootstrap/docs/4.0/migration.md
Line 38 in 2416801
Thanks.