モバイル Web アプリケーションを作成していますが、現在作成した入力フォームには、最初の文字の後にテキストが表示されません。ボックスに表示される文字をスクロールまたはタッチした後、
私は Framework7 でアプリケーションを構築していますが、私の知る限り、フレームワークの属性はこの特定のセクションに寄与していません。
ここで何が起こっているか知っている人はいますか?ヘルプに関連するものが見つかりません
.input
padding: 0;
margin: 0;
width: 100%;
padding-left: 1em;
color: rgba(0, 0, 0, 0.87);
-webkit-transition: color .1s ease, border-color .1s ease;
transition: color .1s ease, border-color .1s ease;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border-radius: 50px;
padding: 0.6em 0.9em;
border: 1px solid rgba(34, 36, 38, 0.15);
font-family: "Avenir-Next-Reg", Arial, Sans Serif;
-webkit-transition: all 0.50s ease-in-out;
-moz-transition: all 0.50s ease-in-out;
-ms-transition: all 0.50s ease-in-out;
-o-transition: all 0.50s ease-in-out;