Koha/koha-tmpl/intranet-tmpl/prog/js/vue
Pedro Amorim 84268b66ae
Bug 34497: (QA follow-up):Fix required text field
input.value can be either null (if flatpickr date field empty) or '' (if simple text input empty),
so account for both situations.
Add missing 'required' attribute to text inputs.

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
2023-10-25 12:09:51 -03:00
..
components Bug 34497: (QA follow-up):Fix required text field 2023-10-25 12:09:51 -03:00
composables Bug 33625: Pretty .js files for vue 2023-05-16 11:38:04 +02:00
fetch Bug 33547: Add print slip 2023-10-23 11:33:51 -03:00
i18n Bug 33169: (QA follow-up) Tidy Vue-related files 2023-06-23 10:01:02 -03:00
modules Bug 30708: Rebase - Use a dedicated 'config' endpoint 2023-10-18 15:42:00 -03:00
routes Bug 30708: Rebase - Adjust breadcrumbs 2023-10-18 15:41:59 -03:00
stores Bug 34497: Dialog component should allow for optional input options on confirmation modal 2023-10-25 12:09:50 -03:00
messages.js Bug 33625: Pretty .js files for vue 2023-05-16 11:38:04 +02:00
vue-shims.d.ts