-
-
Notifications
You must be signed in to change notification settings - Fork 145
Checklist: rename values
prop to value
#558
Conversation
with a fix for a couple of broken links
@@ -838,7 +838,7 @@ def test_gallery(self): | |||
{'label': 'San Francisco', 'value': 'SF'}, | |||
{'label': u'北京', 'value': u'北京'} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we should leave an easter egg here with {'label': u'北京', 'value': u'帝都'}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I liked your original comment - it would be an eastern egg indeed 😉 feel free to add it!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
but you might not get the egg? or you level of mandarin is beyond my imagination :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My mandarin is only as good as google translate's. But I have no problem with spreading the fun around to more languages - we have plenty of little English jokes scattered around our tests!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💃 🕺
This is one of the breaking changes planned for the Dash 1.0 release.
Also a couple of little prop type & doc fixes for the
value
prop inDropdown
andRadioItems
.