Skip to content

feat: add textarea component and placeholders for dynamic parameters component #17466

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

Merged
merged 4 commits into from
Apr 18, 2025

Conversation

jaaydenh
Copy link
Contributor

  • Hooks up the textarea component
  • Adds placeholders for dropdown, input and multi-select combobox

@jaaydenh jaaydenh self-assigned this Apr 18, 2025
Base automatically changed from jaaydenh/textarea-component to main April 18, 2025 14:43
<SelectValue placeholder="Select option" />
<SelectValue
placeholder={
(parameter.styling as { placeholder?: string })?.placeholder ||
Copy link
Contributor

@brettkolodny brettkolodny Apr 18, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see that we have this in the previous code but is there no way we can do this without the type assertion?

@jaaydenh jaaydenh merged commit ea017a1 into main Apr 18, 2025
34 checks passed
@jaaydenh jaaydenh deleted the jaaydenh/dynamic-params-textarea branch April 18, 2025 14:51
@github-actions github-actions bot locked and limited conversation to collaborators Apr 18, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants