Skip to content
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

Add variant input property for form components. #15328

Closed
cetincakiroglu opened this issue Apr 22, 2024 · 0 comments
Closed

Add variant input property for form components. #15328

cetincakiroglu opened this issue Apr 22, 2024 · 0 comments
Assignees
Labels
Core Team Issue or pull request has been *opened* by a member of Core Team Type: New Feature Issue contains a new feature or new component request
Milestone

Comments

@cetincakiroglu
Copy link
Contributor

cetincakiroglu commented Apr 22, 2024

New input property variant will be introduced.

    /**
     * Specifies the input variant of the component.
     * @group Props
     */
    @Input() variant: 'filled' | 'outlined' = 'outlined';

Example:

<input type="text" pInputText variant="filled"/>
<p-autoComplete variant="filled" />
@cetincakiroglu cetincakiroglu added Type: New Feature Issue contains a new feature or new component request Core Team Issue or pull request has been *opened* by a member of Core Team labels Apr 22, 2024
@cetincakiroglu cetincakiroglu added this to the 17.Future milestone Apr 22, 2024
@github-actions github-actions bot added the Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible label Apr 22, 2024
@cetincakiroglu cetincakiroglu removed the Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible label Apr 22, 2024
cetincakiroglu added a commit that referenced this issue Apr 22, 2024
cetincakiroglu added a commit that referenced this issue Apr 22, 2024
cetincakiroglu added a commit that referenced this issue Apr 22, 2024
cetincakiroglu added a commit that referenced this issue Apr 22, 2024
cetincakiroglu added a commit that referenced this issue Apr 22, 2024
@cetincakiroglu cetincakiroglu modified the milestones: 17.Future, 17.16.0 Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Core Team Issue or pull request has been *opened* by a member of Core Team Type: New Feature Issue contains a new feature or new component request
Projects
None yet
Development

No branches or pull requests

2 participants