-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug Fix: update the range input widget to only show the slider when m…
…in and max are different (#6591) ## Motivation for features / changes When teamfooding the hparams in timeseries feature we discovered that the interval filter widget doesn't look good when there is only a single value. This is actually due to the `tb-range-input` widget looking bad when the min and the max are equal. I'm opting to simply not show the slider when `min === max` For Googlers: https://screenshot.googleplex.com/5rZbjsd6ijp8dkY
- Loading branch information
1 parent
09bf044
commit 5f68523
Showing
2 changed files
with
19 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters