luwes / luwes/selectlist-polyfill
this.#internals.setFormValue(); is not called.
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 59
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
Although select-list is a form associated component I have seen that it actually doesn't call `setFormValue` on value change?
`this.#internals.setFormValue(value-from-options)`
Is this intentional?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the select-list value-change handling described in the issue and check whether the form-associated internals receive the selected option value. Confirm whether calling setFormValue(value-from-options) is required, then verify the component's form value behavior after a selection change.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend, web-dev
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100