-
Notifications
You must be signed in to change notification settings - Fork 831
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
feat: Autocomplete values in advanced panel #4854
Conversation
Can the values render on canvas as we arrow through them in autocomplete? Showing values helps not just recall the names but also see what they do... I often do this with flex/grid alignment |
apps/builder/app/builder/features/style-panel/sections/advanced/advanced.tsx
Outdated
Show resolved
Hide resolved
apps/builder/app/builder/features/style-panel/sections/advanced/advanced.tsx
Outdated
Show resolved
Hide resolved
apps/builder/app/builder/features/style-panel/sections/advanced/advanced.tsx
Outdated
Show resolved
Hide resolved
apps/builder/app/builder/features/style-panel/sections/advanced/advanced.tsx
Outdated
Show resolved
Hide resolved
Oh you mean the autocomplete upon property creation! Good call |
Like this: previewrender.mp4Every arrow over should render that option so we can see what it does IMO |
yep, on it, it wasn't possible before I added the values to autocomplete and now it is! |
@johnsicili added preview on highlight |
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.
NICE this is getting good
#4816
Description
Try typing "center"
Steps for reproduction
Code Review
Before requesting a review
Before merging
.env
file