We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f26f754 commit 329f2fbCopy full SHA for 329f2fb
docusaurus/docs/date-picker/input-date-picker.md
@@ -67,6 +67,18 @@ Callback event when the component text input changes.
67
`Type: 'flat' | 'outlined'`
68
See [react-native-paper text-input](https://callstack.github.io/react-native-paper/text-input.html#mode).
69
70
+**iconSize**
71
+`Type: Number`
72
+Specifies the size of the icon in pixels.
73
+
74
+**iconColor**
75
+`Type: String`
76
+Sets the color of the icon.
77
78
+**iconStyle**
79
+`Type: React.CSSProperties`
80
+Defines the CSS styles for the icon element.
81
82
**validRange**
83
`Type: {
84
startDate: Date | undefined,
0 commit comments