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

feat(primeng): datepicker additional props #3442

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

frixou89
Copy link

Additional props for PrimeNG datepicker

What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)

Feature: Adds missing properties for PrimeNG datepicker.

What is the current behavior? (You can also link to an open issue here)
Datepicker field type for PrimeNG is missing the following options

  showSeconds?: boolean;
  showClear?: boolean;
  stepHour?: number;
  stepMinute?: number;
  stepSecond?: number;

What is the new behavior (if this is a feature change)?
Added support for the missing properties

Please check if the PR fulfills these requirements

Other information:
Also updated demo to display an example with datetime picker

Additional props for PrimeNG datepicker
@netlify
Copy link

netlify bot commented Sep 22, 2022

Deploy Preview for formly-dev ready!

Name Link
🔨 Latest commit 3e96c4c
🔍 Latest deploy log https://app.netlify.com/sites/formly-dev/deploys/632c3d542466b80008ec8fb7
😎 Deploy Preview https://deploy-preview-3442--formly-dev.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant