Accessibility
#3905
Replies: 2 comments 1 reply
-
I have an opened draft PR which is adding |
Beta Was this translation helpful? Give feedback.
1 reply
-
@lukewalczak I was starting to cherry pick some of your changes over from your branch into a patch and you are missing |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey @lukewalczak, I'm adding you to this because typically you're the one who responds to all of my issues/questions, but if anyone knows the answer feel free to chime in.
I'm currently working on some accessibility fixes in my app and am not sure if there is a way to manipulate the
Tooltip
in order to have it'sText
component inherit certain text props, such asmaxFontSizeMultiplier
. Is this possible? Perhaps thetitle
attribute could take aText
component?PS - If I find any other components that behave oddly I'll put them in here as well.
The

Banner
componentslabel
cannot be manipulated.The

Searchbar
componentsplaceholder
string also behaves oddly. A workaround seems viable using theinputStyle
prop, but it might make more sense if you could just a text component toplaceholder
.The

AnimatedFab
componentslabel
cannot be manipulated.The

Snackbars
componentslabel
cannot be manipulated.The

SegmentedButtons
componentslabel
cannot be manipulated.Beta Was this translation helpful? Give feedback.
All reactions