-
Notifications
You must be signed in to change notification settings - Fork 71
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
ユーザー編集画面の所属企業にインクリメンタルサーチを使えるようにする #4385
ユーザー編集画面の所属企業にインクリメンタルサーチを使えるようにする #4385
Conversation
3b6dc3f
to
a810eff
Compare
@machida さん |
@garammasala29 デザイン調整をしましたー |
@machida さん |
@saeyama さん |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@garammasala29 さん、レビュー依頼ありがとうございます!
返信遅くなって申し訳ありません🙇♀️
choices.js、CDNの読み込み方、とても勉強になります…!
管理者でログインしデモ通りの動作確認が出来ました!
気になった点が1点あります🙏
全角で該当しない文字を1文字入力すると一致する情報は見つかりません
と出るのですが、半角英数字を入力した場合、何文字か入力をしないと一致する情報は見つかりません
と表示されないのが気になりました。
const choices
のsearchResultLimit: 10
を1
に変えれば良いのかな〜と思ったのですが、下記と同じでした。
choices.js-npmのoptionで何かないかな〜と見たのですが、ちょっと見つけられなかったです。。
該当しない全角
(全角1文字目で一致する情報は見つかりません
)
ただ、検索しなくても、該当企業があれば選択できるので、そこまで気にすることもないような気もします。
上記の点、駒形さん、町田さんに確認して、特に問題なければ、チームリーダーレビューへ進めて頂いて良いと思います…!
よろしくお願いします🙇♀️
@saeyama さん |
@komagata さん |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@garammasala29 さん、了解しました!
もしかしたら不要だったかもしれませんが、Approveさせて頂きました!
こちらこそ今後ともよろしくお願いします🙏
app/javascript/company-select.js
Outdated
noResultsText: '一致する情報は見つかりません', | ||
itemSelectText: '選択' | ||
}) | ||
return choices |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
他に何もしないのであれば1行目でreturnでもいいかもです。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
変数に代入して作業していた名残からでした💦
修正致しました→9e6511e
a95a212
to
9e6511e
Compare
@komagata さん |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
確認しました、OKですー🙆♂️
Issue
概要
Choices-jsを使用し、ユーザー編集画面の所属企業をインクリメンタルサーチできるようにしました
変更確認方法
feature/changed-select-box-for-affiliated-companies-to-incremental-search
をローカルに取り込むbin/setup
を実行するrails s
でローカル環境を立ち上げ、管理者でログイン(komagata
で確認しました)デモ
default.mov
備考
Choices.jsのセレクトボックスのオプションに関しましては、https://discord.com/channels/715806612824260640/809595476847493192/952741097531142174
で町田さんに確認しています。