Input Search type Property

❮ Input Search Object

Example

Return which type of form element the search field is:

var x = document.getElementById("mySearch").type;
Try it Yourself »

Description

The type property returns which type of form element the search field is.

For a search field, this property will always return "search".


Browser Support

Property
type Yes Yes Yes Yes Yes

Syntax

searchObject.type

Technical Details

Return Value: A String, representing the type of form element the search field is

❮ Input Search Object
Copyright 1999-2023 by Refsnes Data. All Rights Reserved.