Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

プルダウンメニューに▼マークが表示されない #48

Open
moriaiy opened this issue Nov 27, 2024 · 2 comments
Open

プルダウンメニューに▼マークが表示されない #48

moriaiy opened this issue Nov 27, 2024 · 2 comments
Assignees

Comments

@moriaiy
Copy link

moriaiy commented Nov 27, 2024

3.0.0 から、プルダウンメニューに▼マークがつきません。
一見テキスト入力欄のようにも見えるので、2.4.0 のときのようにプルダウンメニューに▼マークが表示されると良いと思います。

3.0.0 以降
image

2.4.0
image

機能自体は動作はしているので、優先度は低めです。

@biplobice
Copy link
Contributor

@SashaMcr I believe this is a font-awesome issue. Can you please take a look?

@SashaMcr
Copy link

SashaMcr commented Dec 4, 2024

@biplobice

arrows disappear because of class "form-control" style:

.form-control {
...
    appearance: none;
...
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants