inline-styles
Here are 93 public repositories matching this topic...
-
Updated
Jul 2, 2020 - JavaScript
-
Updated
Jul 8, 2020 - JavaScript
jsxstyle minisite
A minisite for jsxstyle would be a nice way to show off the things you can do with jsxstyle. As far as content goes, the README provides a decent starting point.
Steps to reproduce:
- Here's my code below:
<MentionsInput singlieLine={false} value={description.value} onChange ={this.handleChangeStoryDescription}> <Mention trigger="@" data={ this.fetchUsers } /> </MentionsInput> - in the fetchUsers call, I have the following:
`fetchUser
-
Updated
May 20, 2018 - JavaScript
And potentially seconds (if that feature is added).
I find that when working with times in the day, it's easy to reason about it when just using minutes as the value- as in the total minutes past 00:00 in the day. Its a nice single value to pass around and can easily be converted to hours and minutes again for display.
I will be using the separated out hours and minutes for now, but just t
-
Updated
Jun 10, 2020 - JavaScript
-
Updated
Jun 6, 2020 - JavaScript
-
Updated
Jun 7, 2020 - JavaScript
-
Updated
Nov 9, 2017 - JavaScript
-
Updated
Dec 14, 2018 - JavaScript
-
Updated
Dec 14, 2019 - Go
-
Updated
Dec 19, 2018 - JavaScript
-
Updated
Jul 6, 2015 - JavaScript
-
Updated
Jun 10, 2020 - TypeScript
-
Updated
Mar 31, 2020 - TypeScript
-
Updated
Mar 6, 2020 - HTML
-
Updated
Jul 3, 2020 - JavaScript
-
Updated
May 13, 2018 - JavaScript
-
Updated
Feb 23, 2020 - PHP
-
Updated
Jul 7, 2020 - TypeScript
-
Updated
Jun 13, 2017 - JavaScript
-
Updated
Dec 20, 2019 - JavaScript
-
Updated
May 6, 2020 - Vue
-
Updated
Apr 5, 2020 - JavaScript
Improve this page
Add a description, image, and links to the inline-styles topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the inline-styles topic, visit your repo's landing page and select "manage topics."
In the documentation for Editable input:
It is not clear what will happen if I don't provide a label. In 2.14 the onChange received the value instead of an object if no label was provided. I just upgraded to 2.17 and this behavior