Skip to content

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.

2 participants