We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Select new time and show new time
Select new time but show initial time
DateTimePicker.qml, line 283 original:
if (compareTime(picker.selectedDateTime, selectedTime)) {
update:
if (!compareTime(picker.selectedDateTime, selectedTime)) {
Include as many relevant details about the environment you experienced the bug in.
The text was updated successfully, but these errors were encountered:
plfiorini
No branches or pull requests
Expected Behavior
Select new time and show new time
Current Behavior
Select new time but show initial time
Possible Solution
DateTimePicker.qml, line 283 original:
update:
Environment
Include as many relevant details about the environment you experienced the bug in.
The text was updated successfully, but these errors were encountered: