Skip to content
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

Add hint property to field component #103

Merged
merged 3 commits into from Aug 28, 2015
Merged

Add hint property to field component #103

merged 3 commits into from Aug 28, 2015

Conversation

nhunzaker
Copy link
Contributor

Fix for #101

screen shot 2015-08-28 at 8 39 02 am

@mzlock
Copy link

mzlock commented Aug 28, 2015

To make this input easier for users, do you think you could just have them paste in the YouTube Url and then parse it yourself? That might be easier than training people to understand what they need to put in here.

@mzlock
Copy link

mzlock commented Aug 28, 2015

👍

@nhunzaker
Copy link
Contributor Author

@mzlock that's a fantastic idea! Tracking on #104

element : 'input',
type : 'text'
}
},

getInitialState() {
return {
hintId: `hint-col-field-${uid++}`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

seems like it could be nicer to use a more global uuid assignment mechanism for things like this.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ltk
Copy link
Contributor

ltk commented Aug 28, 2015

one minor comment. good stuff 👍

@brianjlandau
Copy link
Contributor

👍

@nhunzaker nhunzaker merged commit cd5be42 into master Aug 28, 2015
@nhunzaker nhunzaker deleted the hints branch August 28, 2015 19:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants