when editing the input it auto-updates if there's no error, so you can edit it to something invalid, it'll continue showing the last valid rendering, then when you toggle the checkbox it needs to rerender and has to display the error
should probably store the last valid input as well, and use that when toggling the checkbox instead of the current input
repor:
when editing the input it auto-updates if there's no error, so you can edit it to something invalid, it'll continue showing the last valid rendering, then when you toggle the checkbox it needs to rerender and has to display the error
should probably store the last valid input as well, and use that when toggling the checkbox instead of the current input
repor:
ffrom the input