@commercetools-uikit/money-input 19.0.0 → 19.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -61,6 +61,7 @@ export default Example;
|
|
|
61
61
|
| `placeholder` | `string` | | | Placeholder text for the input |
|
|
62
62
|
| `onBlur` | `Function`<br/>[See signature.](#signature-onBlur) | | | Called when input is blurred |
|
|
63
63
|
| `onFocus` | `Function`<br/>[See signature.](#signature-onFocus) | | | Called when input is focused |
|
|
64
|
+
| `isCondensed` | `boolean` | | | Use this property to reduce the paddings of the component for a ui compact variant |
|
|
64
65
|
| `isDisabled` | `boolean` | | | Indicates that the input cannot be modified (e.g not authorized, or changes currently saving). |
|
|
65
66
|
| `isReadOnly` | `boolean` | | | Indicates that the field is displaying read-only content |
|
|
66
67
|
| `isAutofocussed` | `boolean` | | | Focus the input on initial render |
|