@app-studio/web 0.7.1 → 0.7.2
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.
|
@@ -3544,9 +3544,7 @@ var DatePickerView = function DatePickerView(_ref) {
|
|
|
3544
3544
|
onFocus: handleFocus,
|
|
3545
3545
|
disabled: isDisabled,
|
|
3546
3546
|
readOnly: isReadOnly
|
|
3547
|
-
}, fieldStyles, props, {
|
|
3548
|
-
value: date
|
|
3549
|
-
}, onChangeText && {
|
|
3547
|
+
}, fieldStyles, props, onChangeText && {
|
|
3550
3548
|
onChangeText: handleDateChange
|
|
3551
3549
|
}, {
|
|
3552
3550
|
onChange: handleDateChange
|