-
Notifications
You must be signed in to change notification settings - Fork 4
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
feat: add component datalist #27
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nonumpa
force-pushed
the
feature/breadcrumb
branch
from
June 19, 2024 02:21
96b836d
to
169765f
Compare
nonumpa
force-pushed
the
feature/datalist
branch
2 times, most recently
from
June 24, 2024 03:03
3a7f92c
to
d697270
Compare
nonumpa
force-pushed
the
feature/datalist
branch
from
June 24, 2024 03:50
d697270
to
a724a7d
Compare
nonumpa
force-pushed
the
feature/datalist
branch
3 times, most recently
from
January 16, 2025 10:11
7079004
to
4cfdd2b
Compare
it should be described more concrete in the future
and make sure the translation align with mofa's https://www.mofa.gov.tw/CountryAreaInfo.aspx?casn=5&n=5&sms=33
nonumpa
force-pushed
the
feature/datalist
branch
from
January 16, 2025 10:23
4cfdd2b
to
f367c1d
Compare
nonumpa
added
ci-lighthouse
trigger lighthouse check
and removed
ci-lighthouse
trigger lighthouse check
labels
Jan 16, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
#15
問題
<option>
不支援高對比模式<option>
字體大小無法放大縮小<option>
popup,都是各瀏覽器自己定義的樣式,開發者不能直接用 css 修改,會有使用者看到的樣式在不同裝置顯示不太一樣的問題,看到的其他人的做法都是不使用 datalist 預設的功能,使用 js 另外去監聽 event,但這樣好像就失去使用 datalist 的意義了結論
目前 datalist 比較像是半成品,未來可能會用 JS 實作比較完整的可搜尋選項列表,把 datalist 做為沒有啟用 JS 的 fallback 機制
其他參考