You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Everytime the vue value changes to datetime string (api response loaded is loaded) the input is cleared.
Current solution is converting the API value to Date object before assigning to property that is loaded into Pickaday.
Proposal:
Improve function that watches external changes to check if string value is valid datetime string and convert it to Date object.
p.s. Value validation function already does that
The text was updated successfully, but these errors were encountered:
Everytime the vue value changes to datetime string (api response loaded is loaded) the input is cleared.
Current solution is converting the API value to Date object before assigning to property that is loaded into Pickaday.
Proposal:
Improve function that watches external changes to check if string value is valid datetime string and convert it to Date object.
p.s. Value validation function already does that
The text was updated successfully, but these errors were encountered: