問題タブ [numpad]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
javascript - input type="number" についてモバイルでテンキーを開くが、input type="password" のテンキーを開く方法
モバイルブラウザで数字パッドを開こうとして <input type="password" />
いますが、これを行うことができません
HTMLページに設定<input type="number" />
すると、モバイルブラウザはこのフィールドのテンキーを開きます視聴者がこのフィールドをクリック
すると、モバイルブラウザに入力タイプのテンキーを強制的に開くにはどうすればよいですか<input type="password" />