-
Notifications
You must be signed in to change notification settings - Fork 3
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
Restrict input types to that get rendered to HTML to not generate HTML errors #29
Conversation
There are different editors for text, number, color, url, etc. Also means that default values are checked a bit better than whatever "value" was supposed to mean. Also, how you name your valueType no longer matters and has no side effect in the HTML
There are different editors for text, number, color, url, etc. Also means that default values are checked a bit better than whatever "value" was supposed to mean. Also, how you name your valueType no longer matters and has no side effect in the HTML |
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.
Huge fan of these changes! Couple code style suggestions
Pulled this out and made a draft.