20 Oct
2023
20 Oct
'23
3:35 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34497 --- Comment #13 from Pedro Amorim <pedro.amorim@ptfs-europe.com> --- Created attachment 157527 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=157527&action=edit Bug 34497: Fix required text field input.value can be either null (if flatpickr date field empty) or '' (if simple text input empty), so check for !input.value instead to account for both situations. Add missing 'required' attribute to text inputs. -- You are receiving this mail because: You are watching all bug changes.