flexible-multi-calendar-datepicker 1.0.3 → 1.0.5

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
@@ -35,7 +35,8 @@ automatically for the active calendar.
35
35
  - React JavaScript and React TypeScript support
36
36
  - Controlled and uncontrolled standard JavaScript `Date` values
37
37
  - Immediate selection or optional Confirm/Cancel workflow
38
- - Editable input with live calendar synchronization
38
+ - Editable input with live calendar synchronization
39
+ - Automatic calendar-only input behavior on touch devices without opening the software keyboard
39
40
  - Reliable first-click selection after clearing an input
40
41
  - Seven display and parse formats
41
42
  - Persian, Arabic and Latin digit parsing
@@ -535,7 +536,7 @@ html { font-size: 16px; }
535
536
  | `disabledDateRanges` | `readonly { from: Date; to: Date }[]` | `[]` | Inclusive non-selectable ranges. |
536
537
  | `className` | `string` | — | Extra class on the popup root. |
537
538
  | `style` | `React.CSSProperties` | — | Extra inline styles and CSS variables. |
538
- | `portalContainer` | `HTMLElement \| null` | `document.body` | Optional portal host. |
539
+ | `portalContainer` | `HTMLElement \| null` | `document.body` | Optional portal host. |
539
540
 
540
541
  ### Utility API
541
542