collegevine / collegevine/purescript-elmish-html

autoComplete: Incorrect type (`Boolean` instead of `String`)

Open
#41 0 comments 0 reactions 0 assignees View on GitHub
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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.