SolidOS / SolidOS/solid-ui

'className' Common Field Property

Open
#131 1 comment 0 reactions 0 assignees View on GitHub

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

  1. 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.
  2. 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

  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 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.