Is it possible to move the search submit button to left?
current design
what i want
I don't think there's a setting for this.
You can add some CSS to accomplish this.
.esri-search_container { flex-direction: row-reverse; }
This moves the arrow when there are multiple sources too, so keep that in mind.
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.