https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27408 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the|This patch updates |This patch updates release notes|occurrences of input |occurrences of input |type="number" in |type="number" in |intranet-tmpl/prog/en/modul |intranet-tmpl/prog/en/modul |es/members/mancredit.tt to |es/members/mancredit.tt to |use <input type="text" |use <input type="text" |inputmode="numeric" |inputmode="numeric" |pattern="[0-9]*"> as per |pattern="^\d+(\.\d{2})?$"> |the accessibility coding |as per the accessibility |guideline ACC2. |coding guideline ACC2. -- You are receiving this mail because: You are watching all bug changes.