You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When isDisabled prop is passed to Collapsible Panel with header component of TextInput, while typing in the TextInput, the value doesn't change and the onChange handler doesn't fire except for backspacing pasted text in the TextInput.
Expected behavior
Navigate to the Taxes tab on the Project Settings page, when isDisabled prop is passed to Collapsible Panel with header component of TextInput, while typing in the TextInput, the value should change.
To Reproduce
Steps to reproduce the behavior:
Go to Project Settings page and navigate Taxes tab
Click on Add tax category
Type in the TextInput for Tax Name
User wouldn't be able to type.
Screen.Recording.2022-09-29.at.14.18.36.mov
The text was updated successfully, but these errors were encountered:
Describe the bug
When isDisabled prop is passed to
Collapsible Panel
with header component ofTextInput
, while typing in theTextInput
, the value doesn't change and the onChange handler doesn't fire except for backspacing pasted text in theTextInput
.Expected behavior
Navigate to the
Taxes
tab on the Project Settings page, when isDisabled prop is passed toCollapsible Panel
with header component ofTextInput
, while typing in theTextInput
, the value should change.To Reproduce
Steps to reproduce the behavior:
Project Settings
page and navigateTaxes
tabAdd tax category
Tax Name
Screen.Recording.2022-09-29.at.14.18.36.mov
The text was updated successfully, but these errors were encountered: