header

Blur

We test the blur action/command : it is used to remove focus from form widgets.

The focus is removed from various widgets : input, select, textarea, with both client and server actions.

(It would also be nice to use something like document.activeElement to test whether the browser is actually gaining and losing focus, but that's difficult to get working cross-browser...)

Blur away from none.

Blur input.

Select the input, then press the 'Space' key to remove focus from it.

Blur textarea.

Select the textarea, then press the 'Space' key to remove focus from it.

Blur select.

Select the select, then press the 'Space' key to remove focus from it.

Blur radio.

Select the radio, then press the 'Space' key to remove focus from it.

Blur checkbox.

Select the checkbox, then press the 'Space' key to remove focus from it.