Skip to content
New issue

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

Datetimepicker: mobile native does not use provided value #570

Closed
JonFreer opened this issue Aug 28, 2023 · 0 comments · Fixed by #612
Closed

Datetimepicker: mobile native does not use provided value #570

JonFreer opened this issue Aug 28, 2023 · 0 comments · Fixed by #612
Assignees
Labels
bug Something isn't working refactoring This involves some refactoring of existing code.

Comments

@JonFreer
Copy link

Overview of the problem

Oruga version: [0.6.0]
OS/Browser: Firefox and Chrome

Description

The Datetimepicker does not use the provided value when in mobile mode. Instead, it simply has no default value.

This can be seen on the demo page: https://oruga.io/components/datetimepicker.html components, where outside of mobile view they have a default value, but when mobile view is enabled in the dev tools and the page is refreshed the default value is not set.

Steps to reproduce

  1. Go to https://oruga.io/components/datetimepicker.html
  2. Enable Mobile View in dev tools

Expected behavior

Expect the date-time to be displayed and loaded into the input

Actual behavior

No time is set in the input by default

@mlmoravek mlmoravek added bug Something isn't working refactoring This involves some refactoring of existing code. labels Sep 12, 2023
@mlmoravek mlmoravek self-assigned this Oct 5, 2023
mlmoravek added a commit that referenced this issue Oct 7, 2023
* reafactor: update input components to composition-api

* reafactor: update dropdown component to composition-api

* refactor: dropdown active prop

* docs: update component documentations

* docs: remove unused inspector classes

* chore: remove unnecessary dependency

* fix: #513

* fix: #570

* fix: #530

* fix:  #516

* fix:  #515
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working refactoring This involves some refactoring of existing code.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants