-
Notifications
You must be signed in to change notification settings - Fork 37
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
feat: HtmlFormControlsCollection and related elements #73
feat: HtmlFormControlsCollection and related elements #73
Conversation
ecd610f
to
64244a5
Compare
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 started my review yesterday and forgot to submit it - apologies if some of my comments double up on things @spocke said 😂
The original PR had a test file - is your plan to port that into this PR as well? |
yup, gotta run it in the browser |
6e7c811
to
abcf803
Compare
274b072
to
25147fa
Compare
| Select(Dom.htmlSelectElement) | ||
| TextArea(Dom.htmlTextAreaElement) | ||
|
||
let namedItem: (t, string) => option<t_namedItem> |
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'm not used to seeing interface files in this project but I guess it makes sense for what this file is doing 😅
@spocke do you still need changes or can I merge this? |
published as 0.4.1 |
resolves #72, #55