nextcloud / contacts

📇 Contacts app for Nextcloud
https://apps.nextcloud.com/apps/contacts
GNU Affero General Public License v3.0
563 stars 168 forks source link

Changing birthday by text input does not work #2285

Open ruedigerkupper opened 3 years ago

ruedigerkupper commented 3 years ago

This is closely related to #1865. Once you have added a birthday to a contact, it appears as an editable entry. However, if you enter a new date in the (editable!) text field, Nextcloud does not accept your edit and returns to the old value without any notice. Changing the date is only possible using the date picker (cf. #1865).

  1. If this is desired by design, the date must not be an editable text field.
  2. If the text field is designed to be editable, edits must be accepted.
Quintasan commented 2 years ago

Would be nice to have this working, since I find it easier to type 1982-01-01 instead of fiddling with the date picker. I have next to no idea how this app works, but I'll see if vue2-datepicker can be somehow convinced to work like this.