Thinkmill / Thinkmill/keystatic
`fields.number()` is missing the "required" star
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 2.4k
- Forks
- 159
- Avg merge
- 21h 41m
- Merged PRs (30d)
- 2
Description
My config says
position: fields.number({ label: 'Reihenfolge', validation: { isRequired: true } }),
And the source code shows the input as required.
However, the red required-Star is not present in the UI.
Contributor guide
No contributing guide indexed for this repository
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
Reproduce the issue with the shown fields.number configuration and inspect the field-rendering entry point responsible for displaying validation state. Trace how isRequired reaches the UI, then verify that the red required star appears for number fields without changing the existing required input behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 58/100