Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

feat(Slider): The Slider component should be able to properly display values with four or more digits

オープン
#33,606 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
3/5
見積もり時間
1〜2日
初心者へのやさしさ
55/100
issue の種類
機能追加
明瞭さ
おおむね明確
活発さ
静か
技術スタック
angular, typescript
領域
design, frontend

調査の方向性

Slider コンポーネントと、issue にリンクされているドキュメントのサンプルスライダーから始め、4桁の値と年を使ってオーバーフローを再現します。thumb-label の動作を Material Design の slider リファレンスと比較します。長い値がオーバーフローせずきれいに表示され、ドキュメント化されたサンプルを引き続き使用できれば完了です。

索引モデルが issue の本文から書いたものです。

説明

area: material/slider feature P3
Feature Description

The Slider component cannot display values with four or more digits properly in the thumb label.

The issue can be quickly seen by sliding one of the example sliders in the documentation all the way up:

Image

At four digits, the text already overflows the container. A year looks even worse:

Image

While the custom thumb label formatting feature slightly helps with this, the limit for a slider that looks decent is just three-digit values.

Looking at Material Design sliders, I can see that the thumb label is much wider, and it's easy to imagine it expanding horizontally to accomodate more text:

Image

The design of the Angular Material slider actually resembles the older M2 design with the smaller label:

Image
Use Case

This will enable the slider to be used for a lot of common use cases like selecting a date range.

主要言語
TypeScript
スター
25k
フォーク
6.8k
平均マージ
1日 2時間
マージ済み PR(30日)
80

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

angular/components のほかの issue

angular/components の issue をすべて見る

似ている issue

TypeScript の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。