Enhance request for...
 
Notifications
Clear all

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

1 Posts
1 Users
0 Reactions
11 Views
Posts: 117
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 >

: