Skip to content

Commit

Permalink
feat(localized-multiline-text-field): update readme default value to …
Browse files Browse the repository at this point in the history
…include quotes
  • Loading branch information
Sarah4VT committed Apr 26, 2024
1 parent d66aaf9 commit 6f85bf9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export default Example;
| `onBlur` | `FocusEventHandler` | | | Called when input is blurred |
| `onFocus` | `Function`<br/>[See signature.](#signature-onFocus) | | | Called when input is focused |
| `defaultExpandMultilineText` | `boolean` | | | Expands input components holding multiline values instead of collapsing them by default. |
| `cacheMeasurements` | `boolean` | | true | Use this property to turn off caching input measurements. |
| `cacheMeasurements` | `boolean` | | `true` | Use this property to turn off caching input measurements. |
| `hideLanguageExpansionControls` | `boolean` | | | Will hide the language expansion controls when set to `true`. All languages will be shown when set to `true`. |
| `defaultExpandLanguages` | `boolean` | | | Controls whether one or all languages are visible by default. Pass `true` to show all languages by default. |
| `isAutofocussed` | `boolean` | | | Sets the focus on the first input when `true` is passed. |
Expand Down

0 comments on commit 6f85bf9

Please sign in to comment.