From e51a439a1ced27782c8ca98f42c7f53124e2523a Mon Sep 17 00:00:00 2001 From: Wojciech Maj Date: Wed, 19 Jul 2023 12:21:30 +0200 Subject: [PATCH] Bold "Note" keyword --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5781dec..d09c4d7 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ Displays an input field complete with custom inputs, native input, and a calenda | clearAriaLabel | `aria-label` for the clear button. | n/a | `"Clear value"` | | clearIcon | Content of the clear button. Setting the value explicitly to `null` will hide the icon. | (default icon) | | | clockClassName | Class name(s) that will be added along with `"react-clock"` to the main React-Calendar `
` element. | n/a | | -| closeWidgets | Whether to close the widgets on value selection. Note: It's recommended to use shouldCloseWidgets function instead. | `true` | `false` | +| closeWidgets | Whether to close the widgets on value selection. **Note**: It's recommended to use shouldCloseWidgets function instead. | `true` | `false` | | data-testid | `data-testid` attribute for the main React-DateTimeRange-Picker `
` element. | n/a | `"date-picker"` | | dayAriaLabel | `aria-label` for the day input. | n/a | `"Day"` | | disabled | Whether the datetime range picker should be disabled. | `false` | `true` | @@ -119,7 +119,7 @@ Displays an input field complete with custom inputs, native input, and a calenda | onClockOpen | Function called when the clock opens. | n/a | `() => alert('Clock opened')` | | onFocus | Function called when the focuses an input. | n/a | `(event) => alert('Focused input: ', event.target.name)` | | onInvalidChange | Function called when the user picks an invalid datetime. | n/a | `() => alert('Invalid datetime')` | -| openWidgetsOnFocus | Whether to open the widgets on input focus. Note: It's recommended to use shouldOpenWidgets function instead. | `true` | `false` | +| openWidgetsOnFocus | Whether to open the widgets on input focus. **Note**: It's recommended to use shouldOpenWidgets function instead. | `true` | `false` | | portalContainer | Element to render the widgets in using portal. | n/a | `document.getElementById('my-div')` | | rangeDivider | Divider between datetime inputs. | `"–"` | `" to "` | | required | Whether datetime input should be required. | `false` | `true` |