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

fix(components): change placeholder color when datepicker has a value #1240

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

Conversation

rmarquois
Copy link

@rmarquois rmarquois commented Sep 11, 2020

Please read and mark the following check list before creating a pull request:

Short description of what this resolves:

Set a different color for placeholder and selected date on datepicker to have the same behavior as the Input. It helps to have a homogeneous form. This issue is related : #1224.

I also added this to my mapping.json :

{
	"components": {
		"Datepicker": {
			"appearances": {
				"default": {
					"variantGroups": {
						"status": {
							"basic": {
								"textColor": "text-basic-color",
								"state": {
									"disabled": {
										"labelColor": "text-disabled-color"
									}
								}
							}
						}
					}
				}
			}
		}
	}
}

@djbuch
Copy link

djbuch commented May 26, 2021

This should be merged !

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.

None yet

2 participants