luwes / luwes/selectlist-polyfill

this.#internals.setFormValue(); is not called.

Open
#14 0 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.