-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
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
[Docs] DatePicker, Dialog - Add title & description to examples #2949
[Docs] DatePicker, Dialog - Add title & description to examples #2949
Conversation
simple: 'Dialog with action buttons. The actions are passed in as an array of React objects, ' + | ||
'in this example [FlatButtons](http://localhost:3000/#/components/flat-button). \n\n' + | ||
'You can also close this dialog by clicking outside the dialog, or with the \'Esc\' key.', | ||
modal: 'A modal dialog can only by closed by selecting one of the actions.', |
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.
*be
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.
Fixed, thanks!
Awesome work @mbrookes 👍 👍 |
@mbrookes Nice work, I think that we can merge it as soons as you push the fix 👍. |
Sorry @oliviertassinari , thought I had. Done now. |
[Docs] DatePicker, Dialog - Add title & description to examples
@mbrookes Thanks 🎈. |
For #2927 |
For #2927.