phetsims / sun

User-interface components for PhET simulations, built on top of Scenery.
MIT License
4 stars 12 forks source link

Create NumberControl.displayOnlyProperty #714

Open zepumph opened 3 years ago

zepumph commented 3 years ago

Over in https://github.com/phetsims/sun/issues/686#issuecomment-906612612 we attempted a naïve implementation of displayOnlyProperty based on what we did in ComboBox, it didn't really work. Instead, we would like to design thoughtfully how this should look.

Note https://github.com/phetsims/phet-io/issues/1757 as sorta a parent issue.

This issue was decided to not block Projectile Motion, but may block Density. It isn't quite clear.

The plan discussed in #686 was to pick this back up once @arouinfar and @pixelzoom (et al.) could both be in the conversation.

The first place to start would be to outline some potential designs of how we would want this to look in certain cases. Anything we could use to guide the initial conversation. Over to @arouinfar, and marking for PhET-iO meeting.

zepumph commented 3 years ago

Over to @arouinfar for initial design.