表題の対応メモです。
<input type="text" class="text" placeholder="hoge" name="hoge" value="ああああ">
こんな感じのを複数行の入力フィールドにしたい場合、textareaにするのが手っ取り早いですが、
<textarea>タグにvalueは使えないので。
<textarea placeholder="hoge" name="hoge">ああああ</textarea>
Go to list of users who liked
More than 5 years have passed since last update.
表題の対応メモです。
<input type="text" class="text" placeholder="hoge" name="hoge" value="ああああ">
こんな感じのを複数行の入力フィールドにしたい場合、textareaにするのが手っ取り早いですが、
<textarea>タグにvalueは使えないので。
<textarea placeholder="hoge" name="hoge">ああああ</textarea>
Register as a new user and use Qiita more conveniently
Go to list of users who liked