Hi all, I’m new in Solidus development. I’m trying...
# support
k
Hi all, I’m new in Solidus development. I’m trying to build an autocomplete textfield like Admin Panel > Products > Taxons. I have checked the default layout(backend > app > views > spree > admin > products > _form.html.erb) and the controller(backend > app > controllers > spree > admin > products_controller.rb). But still not understand how they work and how they to implement this component liked component. Please help.
j
It's using select2.
❤️ 1
k
Thank you for your reply. but where can I find the searching logic? For example if I want to implement an autocomplete textfield but for Shipping Category.
You’re welcome to give me related document^^.I (tried to find some related document but can’t. ) Thanks!!
j
I would look at how another search field works. I don't recall off the top of my head how it works.
k
I see, Thank you for your reply. I will have a look of select2 and other fields.