Skip to content

.quantity-input display : none not working #165

@sudobyNM

Description

@sudobyNM

.quantity-input display : none not working . It is setting to display: inline-block by default - checked in devTools.
Can someone explain it ?? here is my code

  <input class="quantity-input-${matchingProduct.id}"/>

css

  display: none;

}

.save-quantity-link {
  display: none;
}

.is-editing-quantity .quantity-input {
  display: initial;
}

.is-editing-quantity .save-quantity-link{
  display: initial;
}```

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions