Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 23995b3c738418bfede7e574607f335932c96eb8 https://github.com/phpmyadmin/phpmyadmin/commit/23995b3c738418bfede7e574607f... Author: Jesper Skytte Marcussen jesper@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/inputmod... for more information.
Related to #17745.
Signed-off-by: Jesper Skytte jesper@skytte.it