<input>
Описание
Элемент HTML <input>
используется для создания интерактивных элементов управления в веб-формах для получения данных от пользователя; в зависимости от устройства и user agent, доступен широкий выбор типов входных данных и виджетов управления. Из-за огромного количества возможных сочетаний типов ввода и атрибутов это один из самых мощных и сложных элементов HTML.
-
Content categories Flow content, listed, submittable, resettable, form-associated element, phrasing content.
If the
type
has not thehidden
value, labellable element, palpable content. - Permitted content None, it is an empty element.
- Tag omission Must have a start tag and must not have an end tag.
- Permitted parent elements Any element that accepts phrasing content.
- DOM interface
HTMLInputElement
Атрибуты
Этот элемент содержит глобальные атрибуты.
- Расширение файла, начинающееся с символа точки (U+002E). Наприм., '.jpg, .png, .doc)
- Валидный тип MIME без расширения
audio/*
для аудиофайловvideo/*
для видеофайловimage/*
для файлов с изображениями
type
-
Тип элемента для отображения. Если этот атрибут не указан, по умолчанию используется
text
. Возможными значениями являются:-
button
: Кнопка без предопределённого поведения. -
checkbox
: Флажок («чекбокс»). Следует использовать атрибут value для определения значения, которое будет отдано этим элементом. Используйте атрибут checked, чтобы указать, должен ли флажок быть выставлен. Можно также использовать атрибут indeterminate, чтобы указать, что флажок находится в неопределённом состоянии (на большинстве платформ при этом рисуется горизонтальная линия поперёк флажка). -
color
: Элемент управления цветом. Пользовательский интерфейс выбора цвета не имеет никаких других функций, кроме принятия простых цветов в виде текста (больше информации). -
date
: Элемент управления для ввода даты (год, месяц и день, без времени). -
datetime
: Элемент управления для ввода даты и времени (час, минута, секунда и доля секунды) в соответствии с часовым поясом UTC. -
datetime-local
: Элемент управления для ввода даты и времени без часового пояса. -
email
: Поле для редактирования адреса электронной почты. Перед отправкой проверяется, что входное значение содержит либо пустую строку, либо один действительный адрес электронной почты. Соответствуют CSS псевдоклассам:valid
and:invalid
. -
file
: Элемент управления, который позволяет пользователю выбрать файл. Используйте атрибут accept, чтобы определить типы файлов, которые могут быть выбраны. -
hidden
: Элемент управления, которые не отображается, но чьё значение отправлено на сервер. -
image
: Кнопка вставки изображения. Вы должны использовать атрибут src, чтобы определить путь к изображению и атрибут alt - для определения альтернативного текста. Вы можете использовать атрибуты height и width, чтобы определить размер вставки изображения в пикселях. -
month
: Элемент управления для ввода месяца и года без часового пояса. -
number
: Элемент управления ввода числа(тип float). -
password
: Однострочное текстовое поле, чьё значение скрыто символом "звёздочка". Используйте атрибуты minlength и maxlength, чтобы указать минимальную и максимальную длину значения, которое может быть введено.Примечание: Любые формы, в которых присутствует важная информация(например, пароль), должны быть обработаны через HTTPS; в настоящий момент Firefox реализует составной механизм предупреждения, направленные против небезопасных форм для входа в систему - смотрите Небезопасные пароли.
-
radio
: Кнопка-переключатель, позволяет выбрать одно значение из множественного выбора. -
range
: Элемент управления для ввода числа, точное значение которого не имеет значения. Этот тип управления использует следующие значения по умолчанию, если соответствующие атрибуты не указаны:min
: 0max
: 100value
:min
+ (max
-min
)/2, ormin
ifmax
is less thanmin
step
: 1
-
reset
: Кнопка сброса содержимого формы в состояние по умолчанию. -
search
: Однострочное текстовое поле для ввода строк поиска; разрывы строк автоматически удаляются из входного значения. -
submit
: Кнопка для отправления формы. -
tel
: Элемент управления для ввода номера телефона; разрывы строк автоматически удаляются из входного значения, но никакой другой синтаксис не применяется. Можно использовать такие атрибуты как pattern и maxlength, чтобы ограничить вводимое значение. Псевдоклассы CSS:valid
and:invalid
применяются при необходимости.. -
text
: Однострочное текстовое поле. Переносы строк автоматически удаляются из входного значения. -
time
: Элемент управления для ввода значения времени без часового пояса. -
url
: Поле для редактирования URI. Введённое значение должно содержать либо пустую строку, либо допустимый абсолютный URL. В противном случае значение не будет принято. Переводы строк, лидирующие и завершающие пробельные символы будут автоматически удалены из введённого значения. Можно использовать такие атрибуты как pattern или maxlength, чтобы ограничить вводимые значения. Псевдоклассы CSS:valid
and:invalid
применяются при необходимости. -
week
: Элемент управления для ввода даты, содержащей число неделя-год и номер недели без часового пояса.
-
accept
-
В случае, если значением атрибута type является
file
, данный атрибут определяет типы файлов, которые сервер может принять. В противном случае файл игнорируется. Значение должно быть списком уникальных спецификаторов типов содержания, разделённым запятыми: accesskey
-
Одиночный символ, который пользователь может нажать, чтобы переключить фокус на элемент управления.
mozactionhint
Non-standard-
Определяет "действие-подсказку", которая используется для определения того, как будет обозначаться клавиша enter на мобильных устройствах с виртуальной клавиатурой. Поддерживаемые значения:
go
,done
,next
,search
, иsend
; они автоматически сопоставляются с необходимой строкой (являются чувствительными к регистру). autocomplete
-
Этот атрибут указывает, разрешено ли автоматическое заполнение поля браузером. Разрешено по умолчанию, даже если не указано. Данный атрибут игнорируется, если атрибут type равен
hidden, password,
checkbox
,radio
,file
, или type кнопка (button
,submit
,reset
,image
). Возможные значения:off
: Пользователь должен каждый раз полностью вводить значение в поле или документ предусматривает свой собственный метод автозаполнения; браузер не делает автоматического заполнения записи.on
: Браузер автоматически заканчивает значение поля, основываясь на значениях, которые вводились пользователем ранее.Если не атрибут autocomplete не указан в<input>
, тогда браузер использует атрибут autocomplete формы, которая является родительской для данной формы. The form owner is either theform
element that this<input>
element is a descendant of or the form element whose id is specified by the form attribute of the input element. For more information, see theautocomplete
attribute in<form>
.
autofocus
-
This Boolean attribute lets you specify that a form control should have input focus when the page loads, unless the user overrides it, for example by typing in a different control. Only one form element in a document can have the autofocus attribute, which is a Boolean. It cannot be applied if the type attribute is set to
hidden
(that is, you cannot automatically set focus to a hidden control). autosave
-
This attribute should be defined as a unique value. If the value of the type attribute is
search
, previous search term values will persist in the dropdown across page load. checked
-
When the value of the type attribute is
radio
orcheckbox
, the presence of this Boolean attribute indicates that the control is selected by default; otherwise it is ignored. disabled
-
This Boolean attribute indicates that the form control is not available for interaction. In particular, the
click
event will not be dispatched on disabled controls. Also, a disabled control's value isn't submitted with the form. form
-
The form element that the input element is associated with (its form owner). The value of the attribute must be an id of a
<form>
element in the same document. If this attribute is not specified, this<input>
element must be a descendant of a<form>
element. This attribute enables you to place<input>
elements anywhere within a document, not just as descendants of their form elements. An input can only be associated with one form. formaction
-
The URI of a program that processes the information submitted by the input element, if it is a submit button or image. If specified, it overrides the
action
attribute of the element's form owner. formenctype
-
If the input element is a submit button or image, this attribute specifies the type of content that is used to submit the form to the server. Possible values are:
application/x-www-form-urlencoded
: The default value if the attribute is not specified.multipart/form-data
: Use this value if you are using an<input>
element with thetype
attribute set tofile
.text/plain
If this attribute is specified, it overrides theenctype
attribute of the element's form owner.
formmethod
-
If the input element is a submit button or image, this attribute specifies the HTTP method that the browser uses to submit the form. Possible values are:
post
: The data from the form is included in the body of the form and is sent to the server.get
: The data from the form are appended to the form attribute URI, with a '?' as a separator, and the resulting URI is sent to the server. Use this method when the form has no side-effects and contains only ASCII characters.If specified, this attribute overrides themethod
attribute of the element's form owner.
formnovalidate
-
If the input element is a submit button or image, this Boolean attribute specifies that the form is not to be validated when it is submitted. If this attribute is specified, it overrides the
novalidate
attribute of the element's form owner. formtarget
-
If the input element is a submit button or image, this attribute is a name or keyword indicating where to display the response that is received after submitting the form. This is a name of, or keyword for, a browsing context (for example, tab, window, or inline frame). If this attribute is specified, it overrides the
target
attribute of the elements's form owner. The following keywords have special meanings:_self
: Load the response into the same browsing context as the current one. This value is the default if the attribute is not specified._blank
: Load the response into a new unnamed browsing context._parent
: Load the response into the parent browsing context of the current one. If there is no parent, this option behaves the same way as_self
._top
: Load the response into the top-level browsing context (that is, the browsing context that is an ancestor of the current one, and has no parent). If there is no parent, this option behaves the same way as_self
.
height
-
If the value of the type attribute is
image
, this attribute defines the height of the image displayed for the button. inputmode
-
A hint to the browser for which keyboard to display. This attribute applies when the value of the type attribute is text, password, email, or url. Possible values are:
verbatim
: Alphanumeric, non-prose content such as usernames and passwords.latin
: Latin-script input in the user's preferred language with typing aids such as text prediction enabled. For human-to-computer communication such as search boxes.latin-name
: As latin, but for human names.latin-prose
: As latin, but with more aggressive typing aids. For human-to-human communication such as instant messaging for email.full-width-latin
: As latin-prose, but for the user's secondary languages.kana
: Kana or romaji input, typically hiragana input, using full-width characters, with support for converting to kanji. Intended for Japanese text input.katakana
: Katakana input, using full-width characters, with support for converting to kanji. Intended for Japanese text input.numeric
: Numeric input, including keys for the digits 0 to 9, the user's preferred thousands separator character, and the character for indicating negative numbers. Intended for numeric codes, e.g. credit card numbers. For actual numbers, prefer using <input type="number">tel
: Telephone input, including asterisk and pound key. Use <input type="tel"> if possible instead.email
: Email input. Use <input type="email"> if possible instead.url
: URL input. Use <input type="url"> if possible instead.
list
-
В атрибуте указывает
id
элемента<datalist>
, в котором находится список предопределённых значений для заполнения. Браузер отображает только те варианты, которые соответствуют введённым символами. Этот атрибут игнорируется, когда атрибут type принимает значенияhidden
,checkbox
,radio
,file
, или type в качестве кнопки. max
-
The maximum (numeric or date-time) value for this item, which must not be less than its minimum (min attribute) value.
maxlength
-
If the value of the type attribute is
text
,email
,search
,password
,tel
, orurl
, this attribute specifies the maximum number of characters (in Unicode code points) that the user can enter; for other control types, it is ignored. It can exceed the value of the size attribute. If it is not specified, the user can enter an unlimited number of characters. Specifying a negative number results in the default behavior; that is, the user can enter an unlimited number of characters. The constraint is evaluated only when the value of the attribute has been changed. min
-
The minimum (numeric or date-time) value for this item, which must not be greater than its maximum (max attribute) value.
minlength
-
If the value of the type attribute is
text
,email
,search
,password
,tel
, orurl
, this attribute specifies the minimum number of characters (in Unicode code points) that the user can enter; for other control types, it is ignored. multiple
-
Этот Boolean атрибут указывает, может ли пользователь вводить несколько значений. Этот атрибут применяется, если для атрибута type задано значение
email
илиfile
; в противном случае он игнорируется. name
-
The name of the control, which is submitted with the form data.
pattern
-
A regular expression that the control's value is checked against. The pattern must match the entire value, not just some subset. Use the title attribute to describe the pattern to help the user. This attribute applies when the value of the type attribute is
text
,search
,tel
,url
oremail
; otherwise it is ignored. The regular expression language is the same as JavaScript's. The pattern is not surrounded by forward slashes. placeholder
-
A hint to the user of what can be entered in the control . The placeholder text must not contain carriage returns or line-feeds. This attribute applies when the value of the type attribute is
text
,search
,tel
,url
oremail
; otherwise it is ignored.Примечание: Do not use the
placeholder
attribute instead of a<label>
element. Their purposes are different: the<label>
attribute describes the role of the form element; that is, it indicates what kind of information is expected, theplaceholder
attribute is a hint about the format the content should take. There are cases in which theplaceholder
attribute is never displayed to the user, so the form must be understandable without it. readonly
-
This Boolean attribute indicates that the user cannot modify the value of the control. This attribute is ignored if the value of the type attribute is
hidden
,range
,color
,checkbox
,radio
,file
, or a button type. required
-
This attribute specifies that the user must fill in a value before submitting a form. It cannot be used when the type attribute is
hidden
,image
, or a button type (submit
,reset
, orbutton
). The:optional
and:required
CSS pseudo-classes will be applied to the field as appropriate. selectionDirection
-
The direction in which selection occurred. This is "forward" if the selection was made from left-to-right in an LTR locale or right-to-left in an RTL locale, or "backward" if the selection was made in the opposite direction. This can be "none" if the selection direction is unknown.
size
-
The initial size of the control. This value is in pixels unless the value of the type attribute is
text
orpassword
, in which case, it is an integer number of characters. Starting in HTML5, this attribute applies only when the type attribute is set totext
,search
,tel
,url
,email
, orpassword
; otherwise it is ignored. In addition, the size must be greater than zero. If you don't specify a size, a default value of 20 is used. spellcheck
-
Setting the value of this attribute to
true
indicates that the element needs to have its spelling and grammar checked. The valuedefault
indicates that the element is to act according to a default behavior, possibly based on the parent element's ownspellcheck
value. The valuefalse
indicates that the element should not be checked. src
-
If the value of the type attribute is
image
, this attribute specifies a URI for the location of an image to display on the graphical submit button; otherwise it is ignored. step
-
Works with the min and max attributes to limit the increments at which a numeric or date-time value can be set. It can be the string
any
or a positive floating point number. If this attribute is not set toany
, the control accepts only values at multiples of the step value greater than the minimum. tabindex
-
The position of the element in the tabbing navigation order for the current document.
usemap
-
The name of a
<map>
element to as an image map. value
-
The initial value of the control. This attribute is optional except when the value of the type attribute is
radio
orcheckbox
. Note that when reloading the page, Gecko and IE will ignore the value specified in the HTML source, if the value was changed before the reload. width
-
If the value of the type attribute is
image
, this attribute defines the width of the image displayed for the button. x-moz-errormessage
Non-standard-
This Mozilla extension allows you to specify the error message to display when a field doesn't successfully validate.
Notes
File inputs
Примечание: Starting in Gecko 2.0, calling the click()
method on an <input>
element of type "file" opens the file picker and lets the user select files. See Using files from web applications for an example and more details.
You can't set the value of a file picker from a script; doing something like the following has no effect:
var e = getElementById("someFileInputElement");
e.value = "foo";
Error messages
If you want Firefox to present a custom error message when a field fails to validate, you can use the x-moz-errormessage
attribute to do so:
<input
type="email"
x-moz-errormessage="Please specify a valid email address." />
Note, however, that this is not standard and will not have an effect on other browsers.
Examples
A simple input box
<!-- A basic input -->
<input type="text" name="input" value="Type here" />
A common use-case scenario
<!-- A common form that includes input tags -->
<form action="getform.php" method="get">
First name: <input type="text" name="first_name" /><br />
Last name: <input type="text" name="last_name" /><br />
E-mail: <input type="email" name="user_email" /><br />
<input type="submit" value="Submit" />
</form>
Спецификации
Specification |
---|
HTML Standard # the-input-element |
Совместимость с браузерами
BCD tables only load in the browser
[1] Распознаётся, но UI отсутствует.
[2] Отсутствует для type="checkbox"
и type="radio"
.
[3] В Safari autocapitalize="words"
переводит в верхний регистр каждый второй символ слова.
[4] datetime
был удалён из спецификации и браузеров в пользу datetime-local
.
[5] См Firefox bug 1355389
[6] Ещё не имплементировано. Наблюдать: Firefox bug 888320 и TPE DOM/Date time input types.
Gecko notes
Starting in Gecko 9.0, Firefox for Android lets users capture images using their camera and upload them, without having to leave the browser. Web developers can implement this feature by simply specifying setting the accept
attribute's value to "image/*" on their file
input, like this:
<input type="file" accept="image/*">
Firefox for Android sets a default background-image
gradient on all type="text"
, type="file"
, type="button"
, and type="submit"
inputs. This can be disabled using background-image: none
.
Firefox for Android also sets a default border
on all <input type="file">
elements.
Смотрите также
- Other form-related elements:
<form>
,<button>
,<datalist>
,<legend>
,<label>
,<select>
,<optgroup>
,<option>
,<textarea>
,<fieldset>
,<output>
,<progress>
and<meter>
. - Cross-browser HTML5 placeholder text