Closed tgpetrov closed 5 years ago
Issues:
@DimitarTodorov
I have fixed the launch image for demo-vue.
I managed to reproduce the issue with the Keyboard also in tns-core-modules' TextField
in this playground. It happens if you quickly tap on any TextField
with editable="false"
(as are all DatePickerField
-s and TimePickerField
-s) while the app is resuming. I logged the issue in the NativeScript repo.
The plugin is here: https://github.com/nativeScript/nativescript-datetimepicker. It provides two fields -
DatePickerField
andTimePickerField
- both are NativeScript Views that show selected date or time and allow picking another after being tapped. There is also aDateTimePicker
class which provides static methodspickDate
andpickTime
that can be called to show the same dialog picker as the fields.