'className' Common Field Property
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- TypeScript
- Stars
- 153
- Forks
- 46
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 7
Description
User Story
As a Form Designer, I want to specify the CSS class that should be applied when a data element is rendered, so I can use specific styling.
Acceptance Criteria
- In the Form Model describing the form, I can set a 'className' property on any form data element to specify that references a CSS class.
- When the form is rendered based on the Form Model, the referenced CSS class is used to style the data element.
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
Start by locating the Form Model definition and the rendering entry point for form data elements. Trace how properties on the model become rendered elements, then verify that a className set on any element is applied as a CSS class. Confirm the behavior across the supported form element types.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100