Hi, form select control doesn't show with proper design. Is there any js script initialization required to make it work? How can I fix this in the angular project?
Please have a look at the below screenshots:
<a>https://ibb.co/7NRx128</a>
<a>https://ibb.co/FWfzzpL</a>
Hi,
For the Angular version, we don't have a Select2 implementation-ready example. (select2 is based on jQuery, which is deprecated in our SPA applications).
For now you can use typehead
from ngBootstrap
: https://ng-bootstrap.github.io/#/components/typeahead/examples.
Regards,
Keenthemes support