入力フィールドに長いplaceholder
テキストを配置する必要があります。入力フィールド内のプレースホルダ自動ラップ
ただし、長いテキストのためにplaceholder
が削除されます。
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<label for="password">
<input id="password" name="user[password]" placeholder="Password (at least 8 letters, numbers, or punctuation marks)" size="30" type="password">
</label>
が、私は本当にむしろ、プレースホルダーテキスト –
その良い方法として、それをすべてで絞るしようとするよりも、入力フィールドの上または下にヒントとしてこれを追加することになり、実際に私は最終的に 'placeholder'の代わりに' tooltip'を使用します –
私には良い解決策のように聞こえます –