Added Prop hideUnavailableVariations that enables hiding unavailable variations from DOM#1110
Open
mihaidanieldumitru wants to merge 1 commit intovtex-apps:masterfrom
Open
Conversation
Contributor
|
Hi! I'm VTEX IO CI/CD Bot and I'll be helping you to publish your app! 🤖 Please select which version do you want to release:
And then you just need to merge your PR when you are ready! There is no need to create a release commit/tag.
|
5e3e197 to
badbaa5
Compare
badbaa5 to
c0e4339
Compare
c0e4339 to
14d54b9
Compare
14d54b9 to
dc86f64
Compare
dc86f64 to
27dfeb5
Compare
27dfeb5 to
9d9af8c
Compare
9d9af8c to
9b5e080
Compare
9b5e080 to
dbc3691
Compare
c343bc8 to
c3a54f2
Compare
c3a54f2 to
bb68355
Compare
bb68355 to
4741bc7
Compare
4741bc7 to
758be42
Compare
758be42 to
f3a0139
Compare
…e variations from DOM
f3a0139 to
6ee12e9
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What problem is this solving?
Some clients have products with many variations that are unavailable at a time and they want to hide these variations and not with CSS because the
showMorebutton still remains with the total number of variations.How to test it?
Workspace Link 1
Workspace Link 2
Screenshots or example usage:
Before
After