mirror of https://github.com/docusealco/docuseal
Use the computed `value` and `dataValue` variables instead of raw `event.target.value` and `this.dataset.value` when setting the disabled state on hidden inputs. For checkboxes, event.target.value returns the HTML value attribute (e.g. "true") rather than the checked state, causing the disabled toggle to always evaluate incorrectly. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>pull/601/head
parent
13fa87c449
commit
523bbff172
Loading…
Reference in new issue