mirror of
https://github.com/documenso/documenso
synced 2026-05-06 06:38:19 +00:00
## 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
|
||
|---|---|---|
| .. | ||
| components | ||
| icons | ||
| lib | ||
| primitives | ||
| styles | ||
| index.ts | ||
| package.json | ||
| tailwind.config.cjs | ||
| tsconfig.json | ||