vuetifyjs / vuetifyjs/nuxt-module

Specify "string" for data adapter

Open Beginner friendly
#383 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.