Buefy placeholderが効かない件
概要
上記のようなデザインを実装するために
Buefy公式ドキュメントを参考に実装。(コピペ)
b-datepicker(
ref="datepicker"
expanded
placeholder="Select a date"
)
しかし、実際に表示されたのは以下のデザインで、
公式ドキュメントのような実装にならない。
何よりplaceholderがが効いていないのが一番気になる。
なぜか年/月/日
と表示されている。
(なぜか右端にカレンダーアイコンも表示されている)
期待する動きはplaceholder="Select a date"
と設定しているのでSelect a date
が表示されていて欲しい。
解決策
pug
b-datepicker(
ref="datepicker"
expanded
placeholder="Select a date"
:mobile-native="false"
)
b-datepicker(
ref="datepicker"
expanded
placeholder="Select a date"
:mobile-native="false"
)
上記のコードのように :mobile-native="false"
を追加すると期待するデザインになりました
参考文献
https://github.com/buefy/buefy/issues/1183
https://github.com/buefy/buefy/issues/889
Author And Source
この問題について(Buefy placeholderが効かない件), 我々は、より多くの情報をここで見つけました https://qiita.com/koniman/items/f2a5ec1de274b13a4825著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .