? Pending

User tests: Successful: Unsuccessful:

avatar brianteeman
brianteeman
7 Jan 2020

Mobile and touch devices will load a different keyboard depending on the inputmode. This is already implemented for several fields eg url and email

This PR enables it for search fields

As search fields are not a separate field type but type="text" we either have to create a new field type or it has to be added via the form xml. Support for the xml option was (surprisingly) already implemented so I just had to add the inputmode=search to the xml.

To test this you will need either a mobile device or a touch enabled computer with a virtual keyboard.

When you enter the search field you will see a slightly different keyboard than normal - the actual layout of which is dependent on your device. On my touch screen it looks like this

image

avatar brianteeman brianteeman - open - 7 Jan 2020
avatar brianteeman brianteeman - change - 7 Jan 2020
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 7 Jan 2020
Category Administration com_associations com_banners com_cache com_categories com_checkin com_contact com_content com_csp com_fields com_finder com_installer com_languages com_menus
avatar wilsonge wilsonge - close - 7 Jan 2020
avatar wilsonge wilsonge - merge - 7 Jan 2020
avatar wilsonge wilsonge - change - 7 Jan 2020
Status Pending Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2020-01-07 12:42:07
Closed_By wilsonge
Labels Added: ?
avatar wilsonge
wilsonge - comment - 7 Jan 2020

This is one of those ones it's probably worth backporting into staging.

Thanks though!

avatar brianteeman
brianteeman - comment - 7 Jan 2020

Thanks - happy to backport it

Add a Comment

Login with GitHub to post a comment