Skip to content

Правило: req-form-input #45

Description

@balesniy

Краткое описание

Поля формы должны находиться внутри тега <form>. Исключение:

Раскрывающийся список <select>

Плохие примеры

<label>
  Поиск
  <input type="search" name="search" required>
</label>
<button type="submit">Найти</button>

Хорошие примеры

No response

Поле со свободным описанием.

No response

Metadata

Metadata

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions