farend / redmine_searchable_selectbox

This plugin changes Redmine's selectbox searchable.
GNU General Public License v2.0
27 stars 10 forks source link

能否指定下拉框使用? #16

Open jjustwin opened 2 years ago

jjustwin commented 2 years ago

因为使用了本插件后有些动态出现的下拉框有会不显示,比如:状态选择等于之后,后面的状态不显示

所以如果可以设置仅对某些下拉框生效,比如:指派人,那就非常完美了

ishikawa999 commented 2 years ago

@jjustwin

Thanks for sharing the issue.

Could you show us a screenshot or video of a screen that does not support dynamically drawn select boxes? In my environment, it appears to be able to handle dynamic select boxes. If you are using other plugins, this may be an influence.

https://user-images.githubusercontent.com/14245262/175180122-1d2375c2-60af-45bd-a8bf-efd3b79e01b1.mov

nightmeteora commented 11 months ago

@ishikawa999, may I know if it is possible to add a feature to let user decide which dropbox control can apply the searchable selectbox like what 'redmine-selectbox-autocompleter' does? for example, there are a few dropbox items in Tracker, Status, Priority,etc, no need to apply searchable selectbox on them, and the feature may reduce different plugins conflicts.

I think that was also what jjustwin acutally wanted

The biggest issue of 'redmine-selectbox-autocompleter' is that it cannot handle correctly when to click Assign to me in my scenario.

ishikawa999 commented 11 months ago

@nightmeteora Would it meet your needs if I had users input an 'exclusion list' and then applied select2 in such a way that it doesn't affect the items on that list?