You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.
Feel like this may be more of a question than issue so please let me know if this is the wrong spot.
As I understand the import { AddressForm } from '@shopify/theme-addresses'; helper it seems as though the inputSelector allow us to define the necessary selectors by a different element (data attribute, etc) but does not allow us to update the div structure/order of our forms?
If that is correct, what's the point/intention of allowing a different name for inputSelectors? Not sure I entirely understand the purpose of the options object.
The text was updated successfully, but these errors were encountered:
Feel like this may be more of a question than issue so please let me know if this is the wrong spot.
As I understand the
import { AddressForm } from '@shopify/theme-addresses';
helper it seems as though theinputSelector
allow us to define the necessary selectors by a different element (data attribute, etc) but does not allow us to update the div structure/order of our forms?If that is correct, what's the point/intention of allowing a different name for
inputSelectors
? Not sure I entirely understand the purpose of the options object.The text was updated successfully, but these errors were encountered: