Tropix126 / fluent-svelte

A faithful implementation of Microsoft's Fluent Design System in Svelte.
https://fluent-svelte.vercel.app
MIT License
606 stars 26 forks source link

Disabled not affecting TextBox inside NumberBox #17

Closed Odonno closed 2 years ago

Odonno commented 2 years ago

Before you start...

What browsers are you seeing the problem on?

Microsoft Edge

Description

When using the property disabled of NumberBox, we can still update the text inside the TextBox, whether the property is true or false.

Steps To Reproduce

No response

Expected behavior

When disabled is set to true, we should not be able to update the text inside the TextBox.

Relevant Assets

No response

Tropix126 commented 2 years ago

Thanks for finding this! I've located the issue and fixed it locally; will keep you updated.

Tropix126 commented 2 years ago

Have pushed a fix; expect it to be working in the next release.

Odonno commented 2 years ago

Hello @Tropix126

When do you expect to publish a new version of the lib?

Tropix126 commented 2 years ago

Hello @Tropix126

When do you expect to publish a new version of the lib?

I plan for it to be out by the end of today :)

Tropix126 commented 2 years ago

Fixed as of 1.3.0.