-
Notifications
You must be signed in to change notification settings - Fork 9
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.
@@ -3,11 +3,11 @@ layout: content | |||
title: Forms - Select List | |||
seoTitle: Custom select list examples based on ESL web components | |||
name: Select List | |||
tags: [examples, beta] | |||
tags: [examples, playground] |
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.
tags: [examples, playground] | |
tags: [examples] |
- outdated with main-beta
components: | ||
- esl-select-list |
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.
Incorrect, due to front etter is yml syntax the offsets are important
Before (in JSON):
aside: {
components: ['esl-select-list']
}
Now (in JSON):
aside: ''
components: ['esl-select-list']
Or to be precise incorrect even by syntax (mix list/map declaration)
<form class="form bg-white border p-4" style="min-height: 150px"> | ||
<div class="form-group"> | ||
<label for="color_field" class="form-label">Choose your favorite colors:</label> | ||
<esl-select-list class="border" style="display: block"> | ||
<select esl-select-target |
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.
We should have at least one example with a long list for performance testing
Closes: <!#2158>