Skip to content

Commit 5b3351d

Browse files
committed
fix #1122
1 parent 2670a7c commit 5b3351d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/content/docs/useform/getvalues.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ The example below shows what to expect when you invoke `getValues` method.
3939

4040
<Admonition type="important" title="Rules">
4141

42-
- Disabled inputs will be returned as `undefined`. If you want to prevent users from updating the input and still retain the field value, you can use `readOnly` or disable the entire &lt;fieldset /&gt;. Here is an [example](https://codesandbox.io/s/react-hook-form-disabled-inputs-oihxx).
4342
- It will return `defaultValues` from `useForm` before the **initial** render.
4443

4544
</Admonition>

src/styles/table.module.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
.table td {
77
padding: 6px 15px 6px 0;
88
line-height: 1.4;
9+
font-size: 0.875rem;
910
}
1011

1112
.table td > h5:first-child,

0 commit comments

Comments
 (0)