danielang / ti-ext-selector

Let the customer select the delivery area from a dropdown list
1 stars 2 forks source link

Selector button triggers corrupt POST request #1

Open antoniozh opened 5 days ago

antoniozh commented 5 days ago

Hi, I installed this extension and referenced it in the Local layout. However, when I try to toggle the dropdown button in the website, I get the following error: danielang.selector::default.alert_no_search_query. With the network inspector I see that the button triggers a POST request. I assume that the first button should toggle the dropdown instead. Any tips?

antoniozh commented 5 days ago

Okay, so I found out that in the default.blade.php file all the bootstrap data bindings need to be renamed to data-bs for it to work. What I don't know is how to make the selector look like the localsearch (in a neat box, it really looks out of place for me)