Skip to content

Commit

Permalink
Merge pull request #1266 from dpc-sdp/feature/query-component-variant
Browse files Browse the repository at this point in the history
fix(@dpc-sdp/ripple-tide-search): add variant prop to locationQueryConfig component
  • Loading branch information
dylankelly committed Jul 19, 2024
2 parents d985727 + 717ca99 commit 71c46bd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -562,6 +562,7 @@ const locationOrGeolocation = computed(() => {
v-bind="locationQueryConfig?.props"
:label="searchListingConfig.labels?.submit"
:placeholder="searchListingConfig.labels?.placeholder"
:variant="reverseFields ? 'reverse' : 'default'"
:inputValue="locationQuery"
:resultsloaded="mapFeatures.length > 0"
:isGettingLocation="isGettingLocation"
Expand Down

0 comments on commit 71c46bd

Please sign in to comment.