vuetifyjs / vuetifyjs/nuxt-module
Specify "string" for data adapter
Open
Beginner friendly
Nobody has claimed this yet.
area: date
enhancement
has-workaround
priority: p3: medium
- Dominant language
- TypeScript
- Stars
- 286
- Forks
- 35
- Avg merge
- 5d 21h
- Merged PRs (30d)
- 4
Description
Problem / motivation
Currently it only seems possible to use the StringDateAdapter by using the custom option and jumping through some hoops
Proposed solution
If the user passes "string" as the date option, use the string adapter
Alternatives considered
No response
Additional context
No response
Validations
- I have searched the existing issues and this is not a duplicate.
- I have read the documentation.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing how the date option is parsed and where StringDateAdapter is selected. Add support for the literal "string" option so it uses the string adapter without the custom workaround, then verify the existing adapter behavior and add or update coverage if the project has tests for date options.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- nuxt, typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100