Skip to content

[Number field] sl-change and sl-validatie events do not fire #2128

@fransdeboer

Description

@fransdeboer

Provide a general summary of the issue here

In a SL number field @sl-change and @sl-validate events doesn't work

🤔 Expected Behavior?

@sl-change and @sl-validate events should work

😯 Current Behavior

nothing happens

💁 Possible Solution

No response

🖥️ Steps to Reproduce

        <sl-form-field>
          <sl-number-field @sl-change=${(event: CustomEvent<string>) => {
              console.log(event.detail);
            }}>
          </sl-number-field>
        </sl-form-field>

What browsers are you seeing the problem on? (only for bugs in code)

Chrome

If other, please specify.

No response

What operating system are you using?

WSL

👤 Your name

Frans de Boer

🧢 Your product/team

Magister

🎨 Your Theme(s)

Magister

Metadata

Metadata

Assignees

Labels

Type

Projects

Status

✈️ Released

Relationships

None yet

Development

No branches or pull requests

Issue actions