collegevine / collegevine/purescript-elmish-html
autoComplete: Incorrect type (`Boolean` instead of `String`)
Open
- Dominant language
- PureScript
- Stars
- 2
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
`autoComplete` should be a `String`, not a `Boolean`, e.g. allowing `"on"` (`true`), `"off"` (`false`), `"given-name"`, etc.
See: https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Attributes/autocomplete
Contributor guide
No contributing guide indexed for this repository
Research direction
Locate the autoComplete attribute definition and any related tests in the repository. Check how HTML attribute types are declared, change the type to support the string values described in the issue, and verify the existing tests still pass with the documented examples.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- html
- Domain
- frontend, web-dev
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100