Returns whether the given element is a form field, such as input or select.
input
select
To configure what Unpoly considers a form field, use up.form.config.fieldSelectors.
up.form.config.fieldSelectors
The element to check.
Whether the given element is a form field.