Skip to content

Commit

Permalink
Feature/pm 375 costco figo promo (#294)
Browse files Browse the repository at this point in the history
* Initial setup for Costco Figo campaign

* PM-367: Added form and summary logic accomodating promo requirements

* PM-367: Updated logic based on multipet and active promo

* PM-367: Added checks on multipet to identify if we need to clear cookie and data

* PM-367: Added method to disable field, prevent any mouse interactions and disable focus

* PM-367: Added nullish checks on summary page

* PM-367: removing edits to eslint

* PM-367: Adding env config for service

* PM-367: Updated config to proxy service

* PM-367: moving reset method into costo-promo.js

* PM-367: adding removed comment back

* PM-367: remove unnecessary additional check on policyId

* PM-698: update redirect logic (#284) (#286)

* PM-367: Updating subid value for costco figo

* PM-375: Removing type from eligibility rules

* PM-375: Adding console logs for testing

* PM-375: Rename localStorage key for promo

* PM-375: Adding annotations

* PM-375: remove console logs used for testing

* PM-375: add additional css prop for safari to prevent user-select on disabled field

---------

Co-authored-by: hero-dokane <[email protected]>
  • Loading branch information
pgilmore-phi and hero-dokane authored Nov 27, 2024
1 parent 352746a commit 7a6cf48
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions blocks/plans-quote/plans-quote.css
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,10 @@ main .plans-quote form input:not(:placeholder-shown)~label {

main .plans-quote form .wrapper.disabled-field > input {
cursor: not-allowed;
cursor: unset;
pointer-events: none;
user-select: none;
-webkit-user-select: none;
position: relative;
}

Expand Down

0 comments on commit 7a6cf48

Please sign in to comment.