-
-
Notifications
You must be signed in to change notification settings - Fork 42
Issues #76, #118, #39, #155 Resolved #157
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
Conversation
Karan-S-Mittal
commented
Oct 11, 2021
- issue Graduated bar margin bug #39: removed style from internal components of GraduatedBar and applies style only on root element
- issue Tank Component's Current Value's color becomes same/similar and is invisible if tank's value is over half #155: added a new prop currentValueStyle in daq.Tank component which takes the same input dict as style attribute.
- issue Client side Validation bug with BooleanSwitch #118: replaced the 'on' value passed in the persisted props with 'value'
- issue Slider should auto size to fit Div #76: added a new prop/attribute fullSize in daq.Slider component which takes in boolean value True/False. for vertical=True you will need to provide a custom-defined height in units (px, em, etc...) otherwise fullSize=True will not work.
issue 118: replaced the 'on' value passed in the persisted props with 'value'
@vinicvaz or @luiztauffer can you please review? |
I'll look at that tomorrow! |
|
for issue #14 you can check the preview here Screen.Recording.2021-10-21.at.11.37.08.PM.mov. |
Hey @luiztauffer, |