Enhance request for...
 
Notifications
Clear all

[Solved] Enhance request for WPF 3 - default place cursor into search input box so don't need to click on it

2 Posts
2 Users
1 Reactions
93 Views
Posts: 119
Topic starter
(@nando4)
Estimable Member
Joined: 9 years ago

Consider for WPF 3 this user experience improve enhancement request.

Can do this by changing (with optional placeholder string):

template.php from:

<input type="text" name="wpfs" class="wpfs wpfw-90" value="<?php echo esc_attr( $needle ) ?>">

 

to

<input type="text" name="wpfs" class="wpfs wpfw-90" value="<?php echo esc_attr($wpfs) ?>" placeholder="Search . . . " autofocus >

:


1 Reply
Robert
Posts: 10617
Admin
(@robert)
Support Team
Joined: 10 years ago

Hi @nando4 ,

Added to 3.0, thank you for the suggestion.


Reply