| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
PatternFly-React preview: https://patternfly-react-pr-2468.surge.sh |
Sorry, something went wrong.
|
resolved merge conflict. 😄 |
Sorry, something went wrong.
|
Thanks for contributing this, @boaz0! When I modify the first example, and remove aria-label from the component, I see that aria-labelledby is added to the <input> as expected. I also see that id attributes are added to the <input> and also the <span> elements that provide the visible text labels, as expected. 🎉 There are just a couple of updates needed:
|
Sorry, something went wrong.
|
Thanks a lot @jgiardino on your input.
|
Sorry, something went wrong.
Sorry, something went wrong.
|
separate PR 👍 unless you will merge it tomorrow |
Sorry, something went wrong.
|
@tlabaj @jgiardino @redallen I updated the PR to address #2600 too. Thanks. |
Sorry, something went wrong.
Signed-off-by: Boaz Shuster <boaz.shuster.github@gmail.com>
There was a problem hiding this comment.
LGTM
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM
Sorry, something went wrong.
|
Your changes have been released in:
Thanks for your contribution! 🎉 |
Sorry, something went wrong.
Sorry, something went wrong.
|
This introduced a breaking change in a minor version (from v3.80.4 to v3.81.0). Prior to this the label prop was be shown both when on and off. Not it only shows when on and not when off. We have to explicitly add both label and labelOff even when we don't want to change the text. Was this intended? Opened an issue #2814 |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
What:
closes #2435
closes #2600
//cc @jgiardino @tlabaj