[phpMyAdmin Git] [phpmyadmin/phpmyadmin] 23995b: Adding inputmode numeric to integer fields (#17753)

Jesper Skytte Marcussen jesper at skytte.it
Sun Oct 9 20:26:36 CEST 2022


Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 23995b3c738418bfede7e574607f335932c96eb8
https://github.com/phpmyadmin/phpmyadmin/commit/23995b3c738418bfede7e574607f335932c96eb8
Author: Jesper Skytte Marcussen <jesper at skytte.it>
Date: 2022-10-09 (Sun, 10 October 2022) -03:00

Changed paths: 
M libraries/classes/InsertEdit.php
M test/classes/Controllers/Table/ChangeControllerTest.php
M test/classes/InsertEditTest.php

Log Message:
-----------
Adding inputmode numeric to integer fields (#17753)

* Adding inputmode numeric to integer fields

To easier use phpMyAdmin on touch devices with virtual keyboards, adding the inputmode ensures that the correct virtual keyboard is shown per default when focusing the field.

See https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/inputmode for more information.

Related to #17745.

Signed-off-by: Jesper Skytte <jesper at skytte.it>



More information about the Git mailing list