Hello, I have migrated my project to the new version. But there is a problem with the bootstrap-select ddls. You can not select anything when they are on. I have tried it without doing any modifications to the project it is also the same in the brand new downloaded project. To see the problem.
1- run the project. 2- go to the roles from the administration section. 3- try to filter it by permissions from the combobox.
6 Answer(s)
-
0
Hi,
Thank you for your detailed explantaion, I have created an issue for this bug here <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero-core/issues/66">https://github.com/aspnetzero/aspnet-ze ... /issues/66</a>. We will fix it soon.
Thanks again.
Markdown is supportedCopy & paste or drag & drop images (max 30 MB per image) -
0
I think i have found out what the problem is. Data is called async on ngOnInıt function and when the data arrived selectpicker has already called the refresh method. So maybe resolver can be used or for quick workaround setTimeOut will work i guess. But i didn't try it yet.
Markdown is supportedCopy & paste or drag & drop images (max 30 MB per image) -
0
Ok i have tried it and it does not work. Not related with the data or when you call the selectpicker methods. Sth is wrong with bootstrap-select and i couldn't figure it out why. Probably when i click one of the options it selects the first option all the time. Maybe some css is overriding it.
Markdown is supportedCopy & paste or drag & drop images (max 30 MB per image) -
0
any improvements about this bug? when do you think it can be fixed?
Markdown is supportedCopy & paste or drag & drop images (max 30 MB per image) -
0
Hi,
Sorry for the delat, it is resolved now. You can check the issue for solution, it is a small change.
Thanks.
Markdown is supportedCopy & paste or drag & drop images (max 30 MB per image) -
0
OK thank you for the help i fixed it now.
Markdown is supportedCopy & paste or drag & drop images (max 30 MB per image)