[Koha-bugs] [Bug 34497] Vue - Dialog component should allow for confirmation input options

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Oct 20 16:19:11 CEST 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34497

Jonathan Druart <jonathan.druart+koha at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |Failed QA

--- Comment #12 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
"required" does not work.

-                    input => input.required && input.value == null
+                    input => input.required && input.value == ""

Works for input, but still not working for dates.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list