'className' Common Field Property
オープン
まだ誰も着手していません。
enhancement
- 主要言語
- TypeScript
- スター
- 153
- フォーク
- 46
- 平均マージ
- 1日 8時間
- マージ済み PR(30日)
- 7
説明
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.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
まず、Form Model の定義と、フォームデータ要素のレンダリングエントリポイントを特定します。モデルのプロパティがどのようにレンダリングされた要素になるかを追跡し、その後、任意の要素に設定された className が CSS クラスとして適用されることを確認します。サポートされているすべてのフォーム要素タイプで動作を確認します。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- typescript
- 領域
- frontend
- issue の種類
- 機能追加
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100