Skip to content

Commit

Permalink
Исправляет неточность в доке про autocomplete (#4976)
Browse files Browse the repository at this point in the history
* Добавляеn autocomplete="off", так как он по умолчанию всегда "on"
  • Loading branch information
AYuAnohin authored Nov 15, 2023
1 parent 497201d commit e33efb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/autocomplete/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ tags:
<form action="">
<div>
<label for="name">Введите имя</label>
<input id="name" type="text">
<input id="name" type="text" autocomplete="off">
</div>
<div>
<label for="email">Электронная почта</label>
Expand Down

0 comments on commit e33efb9

Please sign in to comment.