daniel-ac-martin / NotGovUK

An implementation of the GOV.UK Design System in React that provides support for writing internal applications in addition to public ones.

Home Page:https://not-gov.uk/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove DateInput default hint 'For example, 12 11 2007'

happy-devs opened this issue · comments

Hi @daniel-ac-martin, I'm using this library on a project and really appreciate the scope of its components; just noticed that the DateInput component includes a hint as a default and thought it should be flagged for removal in case some others are caught out.

Thanks again for the work on this!

Hi @happy-devs.
Just to be clear, are you saying that you are seeing a hint even when you don't provide one to the component?

Oh, sorry just spotted it.
Yes, that's a bug. Not sure how I managed that.

Thanks for raising it!

Hi @happy-devs.

I've been thinking about this one. I think that I put in that default hint because all of the GDS examples have hints and the DateInput probably needs a hint in order to make it clear to users, how they should use it. e.g. That they should enter a number for the month rather than say 'Jan'.

Can you tell me any more about your use case where you don't want a hint?

Also, can you get rid of the hint by passing an empty string (hint="")?

Hi @daniel-ac-martin, sure can; this is more of personal opinion on my end to prevent any wrong hints getting through. thanks for clarifying!