-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate esl-select
and esl-select-list
to uip
#2843
base: main-beta
Are you sure you want to change the base?
Migrate esl-select
and esl-select-list
to uip
#2843
Conversation
f1a6584
to
6cd0682
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is 2 additional big problems at that moment:
- The examples are too short in size so dropdown can't be shown correctly
We need to make playground area bigger or consider to use nonisolated scope (yes I was suggesting an isolated type, but due to presentation in convenience we probably should fallback to usual demo) - Usually the full demo (when all aspects of its implimenation) is cool, but seeing the result from user perspective I' afraid to see so much stub logic for displaying form data. Probably I was wrong here as well and we need to hide this presentation script. Plus one point to use non isolated scope (Yep sorry again, that was my suggestion, but I'm see that I was wrong)
PS: due to holidays progress may be set on hold, it is not blocking 5.0.0 release and initial 5.0.0 site updates.
…ect-list-to-playground' into chore/migrate-esl-select/esl-select-list-to-playground # Conflicts: # site/views/examples/forms-select-list.njk # site/views/examples/forms-select.njk
Co-authored-by: ala'n (Alexey Stsefanovich) <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Natalie-Smirnova, please take a look at the validation check.
PR is currently not compliant with a repository style guide
PS: make sure you have husky(git hooks) installed and working locally, it seems it should prevent you from making commit
Closes: #2158