Replies: 9 comments 9 replies
-
|
@mdo as per #42061 I'm opening a thread here instead. Here's my feedback, with a table representation, a visual representation, as well as live demo links: Table representation: Current
Proposed
Visual:
Live: Current version example at: https://codepen.io/pricop/pen/XJKvGob Personally, I feel like working with As a side note, I know these examples won't be for web, but could be used as a reference: iOS defaults to 17pt for body text, inputs, and buttons. Labels are 15pt (small). I know BS is a web framework, and must cather to a plethora of web apps, including those with complex dashboards, but I've always felt that applying "small" is much easier to implement, than resetting the font-size to be larger, as it requires adjusting paddings and margins all over the place, and both BS4, and BS5 handled this very nicely. Going from And something to really consider, if you still want to go with the
Feel free to mention me whenever you make a design decision on this, I'd be more than happy to offer feedback on it. 🙃 |
Beta Was this translation helpful? Give feedback.
-
|
I'm excited that chips will be a forms component for 6.0. Would it be possible to make the rounding optional so that they present more like form buttons? |
Beta Was this translation helpful? Give feedback.
-
|
Hello! Of course, with some help of llm, I created a set of components which can be replaced with native browser api, which was already done on the modal on v6 In fact, this gives many benefits. I'd like to share this set for v6 improvements with you. Also added some new features for docs, I'd like to see So, my proposal/feedback is here https://anvme.github.io/v6-proposal/ this reduce js + speed up components/websites |
Beta Was this translation helpful? Give feedback.
-
|
I was looking at some of the new docs for the Form elements and I noticed the use of using unregistered custom HTML tags for the grouping of labels with the updated Wouldn't this run into issues if a custom HTML element is registered with a matching tag and unexpected behavior occurred? I've been following a bit of the development of v6 and there isn't anything suggesting that Bootstrap will adopt the use of custom HTML elements to make components. Without registering this HTML tag, it will be a rather direct hack rather than a clean use of CSS+JS that Bootstrap is well known for. |
Beta Was this translation helpful? Give feedback.
-
|
Also, some automated reports over the source code of Bootstrap v6: UPD: 27 Feb |
Beta Was this translation helpful? Give feedback.
-
|
The font size/line length of the title in the docs hero needs looking at, as it exceeds the width of my iPhone’s screen:
|
Beta Was this translation helpful? Give feedback.
-
|
i think v6 should give some more love to responsive |
Beta Was this translation helpful? Give feedback.
-
|
v6 docs problems:
Page: https://v6-dev--twbs-bootstrap.netlify.app/docs/6.0/forms/datepicker at Mobile view on iPhone for example What fails
BugClosing a datepicker sets Multi-month popups are 538–572px tall on a 390px screen — they cover the next input below. Reproduce
Root causeMissing CSS rule: .vc[data-vc-calendar-hidden] { display: none; }The Works fine on desktop — popups don't overlap next inputs at wider viewports. |
Beta Was this translation helpful? Give feedback.
-
|
:root { will affect: ✅ .bg-primary All automatically. ? , if this is the case , this will be huge . |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
-
We’re quietly chipping away at Bootstrap 6’s development and would love feedback as we go. Using this discussion to help consolidate feedback outside our issues for now, and keeping it more informal now. My only request is that folks create threads as they go to ask specific questions, share ideas, etc. and use reactions/replies to add their voice to the mix.
Preview the auto-updating v6 docs here.
The branch is
v6-devand we’ll continue there for the foreseeable future until we hit a new stable release. Expect alphas, betas, and then an initial release.<3
Beta Was this translation helpful? Give feedback.
All reactions