Michael Coker
Michael Coker
Adds a new element `.pf-c-login__main-header-utilities` that goes in `.pf-c-login__main-header` that serves as a container for the language selector. The element has a generic "utilities" name since you can technically put...
> there is logic within InputGroup is checking whether any (non select/textarea/textinput) children have an ID and then using that ID to set a describedby on the TextInput @gitdallas IMO...
IMO, we shouldn't build on top of the functionality, just add the option to disable it. If we have the option to pass an `id` to the input group to...
Hey @cben, as an interim solution, you could wire this up by also including the description as a child of `` and hiding it via CSS when it's in the...
@nate-j5 for sure, thanks!!
@nate-j5 just wanted to check in and see how it's going and if you have any questions. Also we're hoping to get this one in in our current sprint which...
@nate-j5 - we're 1 week out from code freeze, so just wanted to check in again and see if you think you'll be able to work on this one. Totally...
@tlabaj sounds good to me. The language selector could also be a demo. Seems like the show/hide password is maybe a demo, too?
@mcarrano @edonehoo looks like we have 2 ways of creating the plain/icon dropdown toggle. 1) Using a unique dropdown toggle called `` that gives you the kebab/vertical ellipsis icon (you...
@garrett thanks for the PR! With this change, our basic example with a long title and actions changes from: to That's not the intended design, and would be a breaking...