phpmyadmin/libraries/classes/Controllers/Table
Bhuvi100 9a3090ef75
Make search input field types match columns types (integer and float) (#17765)
This PR adds type attribute as well as inputmode attribute to search value input fields which makes it easier for validation as well as for using phpMyAdmin on touch devices with virtual keyboards.

Fixes #17745

Signed-off-by: Bhuvanesh T G <gbhuvanesh100@gmail.com>
Co-authored-by: William Desportes <williamdes@wdes.fr>
2022-10-17 15:41:51 -03:00
..
Maintenance Add exceptions for invalid identifier names 2022-03-19 17:35:35 -03:00
Partition Add basic tests for Controllers\Table\Partition classes 2022-07-27 15:29:02 -03:00
Structure Add ServerRequest parameter to all controllers 2022-07-28 01:00:08 -03:00
AddFieldController.php Introduce the ServerRequest object to AddFieldController 2022-05-04 15:55:22 -03:00
ChangeController.php Introduce the ServerRequest object to ChangeController 2022-06-08 19:12:19 -03:00
ChangeRowsController.php Introduce the ServerRequest object to ChangeController 2022-06-08 19:12:19 -03:00
ChartController.php Add ServerRequest parameter to all controllers 2022-07-28 01:00:08 -03:00
CreateController.php Fix table creation 2022-08-17 20:31:51 +01:00
DeleteConfirmController.php Add ServerRequest parameter to all controllers 2022-07-28 01:00:08 -03:00
DeleteRowsController.php Add ServerRequest parameter to all controllers 2022-07-28 01:00:08 -03:00
DropColumnConfirmationController.php Add method to AbstractController to send error messages 2022-03-20 16:39:33 -03:00
DropColumnController.php Add ServerRequest parameter to all controllers 2022-07-28 01:00:08 -03:00
ExportController.php Add ServerRequest parameter to all controllers 2022-07-28 01:00:08 -03:00
ExportRowsController.php Add ServerRequest parameter to all controllers 2022-07-28 01:00:08 -03:00
FindReplaceController.php Replace for loop with foreach 2022-10-14 20:42:42 +01:00
GetFieldController.php Add ServerRequest parameter to all controllers 2022-07-28 01:00:08 -03:00
GisVisualizationController.php Merge branch 'QA_5_2' 2022-09-19 23:26:15 -03:00
ImportController.php Add ServerRequest parameter to all controllers 2022-07-28 01:00:08 -03:00
IndexesController.php Add ServerRequest parameter to all controllers 2022-07-28 01:00:08 -03:00
IndexRenameController.php Add ServerRequest parameter to all controllers 2022-07-28 01:00:08 -03:00
OperationsController.php Extract dbi global variable from Index::loadIndexes 2022-09-07 21:59:03 -03:00
PrivilegesController.php Fix exception for invalid db and table names for the privileges page 2022-09-30 20:49:21 -03:00
RecentFavoriteController.php Reduce usage of the containerBuilder global variable 2022-09-29 22:36:46 -03:00
RelationController.php Improve return type of Index::getPrimary method 2022-09-07 23:25:20 -03:00
ReplaceController.php Reduce usage of the containerBuilder global variable 2022-09-29 22:36:46 -03:00
SearchController.php Make search input field types match columns types (integer and float) (#17765) 2022-10-17 15:41:51 -03:00
SqlController.php Add ServerRequest parameter to all controllers 2022-07-28 01:00:08 -03:00
StructureController.php Improve return type of Index::getPrimary method 2022-09-07 23:25:20 -03:00
TrackingController.php Fix coding standard issues after #17794 merge 2022-10-14 08:44:52 -03:00
TriggersController.php Add ServerRequest parameter to all controllers 2022-07-28 01:00:08 -03:00
ZoomSearchController.php Make search input field types match columns types (integer and float) (#17765) 2022-10-17 15:41:51 -03:00