documenso/packages/ui
David Nguyen 6d754acfcd
fix: disable edit signer inputs (#1035)
## Description

Update the add signer form to disable the signers when required.

I assume the actual issue is that `{...field}` was spreading a disabled
prop which was overriding our one.

## Changes Made

- Use fieldset to disable inputs
- Manually disable select since fieldset doesn't work for that select
for some reason
2024-03-18 19:59:39 +08:00
..
components Merge branch 'main' into feat/add-runtime-env 2024-02-08 22:06:59 +11:00
icons fix: refactor and implement design 2024-02-28 14:43:09 +11:00
lib chore: tidy code 2024-03-08 03:23:27 +00:00
primitives fix: disable edit signer inputs (#1035) 2024-03-18 19:59:39 +08:00
styles fix: use tailwind for menu switcher ring 2024-03-16 12:18:12 +00:00
index.ts wip: refresh design 2023-11-06 13:01:06 +11:00
package.json feat: migrate to site-settings 2024-02-23 10:47:01 +00:00
tailwind.config.cjs feat: update document flow 2023-11-06 13:01:10 +11:00
tsconfig.json wip: refresh design 2023-11-06 13:01:06 +11:00