无法完成textarea自动填充功能

时间:2017-08-11 14:18:02

标签: html html5 google-chrome autocomplete textarea

输入与自动完成功能完美配合。但不是textarea

<form action="/action_page.php" autocomplete="on">
   Input with autocompelte<input type="text" name="inputName"><br>
   Textarea with autocomplete<textarea name="textAreaName"></textarea>

    <input type="submit">
</form>

填写并提交表单,然后重新加载页面以查看自动填充的工作原理。

我尝试使用https://www.w3schools.com/tags/tryit.asp?filename=tryhtml5_input_autocomplete中的示例,但使用textarea

0 个答案:

没有答案