-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AccessibleSlider options #358
Comments
I'm tempted to hold off on this until we settle out and implement phetsims/scenery#795. |
We should go ahead and add these options in the meantime while we continue to work on phetsims/scenery#795. @jessegreenberg will work on this. |
Meeting 11/5
|
This is stale (I believe after improvements were made to the trait/mixin pattern but not sure). You can pass these options directly to the |
Can initializeAccessibleSlider's options be changed somehow so we can specify a label and description?
Right now, I need to call initializeAccessibleSlider, and then manually mutate the labelTagName/labelContent/descriptionContent afterwards (in ProportionalPartitionLineNode).
For abstraction, should we have a field for the label and description (so if the implementation changes, we don't have to change client call-sites)?
The text was updated successfully, but these errors were encountered: