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: (proposed) add support for date type inputs to text field #6828

Closed
wants to merge 5 commits into from

Conversation

scomea
Copy link
Collaborator

@scomea scomea commented Sep 4, 2023

📖 Description

This PR proposes to add support for type=date inputs to the FAST text-field component as well as support for min/max dates.

Authors who use this should expect to get the native date input UI at runtime.

It should be noted that the native control doesn't offer much control over styling the calendar icon:

image

input[type="date"]::-webkit-calendar-picker-indicator { filter: invert(0.5); }

🎫 Issues

This has been discussed in discord forums.

✅ Checklist

General

  • I have included a change request file using $ yarn change
  • I have added tests for my changes.
  • I have tested my changes.
  • I have updated the project documentation to reflect my changes.
  • I have read the CONTRIBUTING documentation and followed the standards for this project.

Component-specific

@janechu
Copy link
Collaborator

janechu commented Jun 10, 2024

Closing this, due to #6951 we are only putting in fixes or critical features.

@janechu janechu closed this Jun 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants