[PR #1246] [MERGED] feat: limit max character length on select/multiselect options #4619

Closed
opened 2026-03-23 21:38:36 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/1246
Author: @vortixhead
Created: 10/7/2022
Status: Merged
Merged: 10/8/2022
Merged by: @appflowy

Base: mainHead: max_length_options_1128


📝 Commits (5)

  • 41f5999 Add maxLength of 30 characters and truncation to text fields
  • f253bf0 Add dynamic height
  • 31b34f1 Merge branch 'AppFlowy-IO:main' into max_length_options_1128
  • cbe4760 Add maxLength param
  • 5ba8f79 Add maxLength in Rounded Field

📊 Changes

6 files changed (+22 additions, -2 deletions)

View changed files

📝 frontend/app_flowy/lib/plugins/grid/presentation/widgets/cell/select_option_cell/select_option_editor.dart (+2 -1)
📝 frontend/app_flowy/lib/plugins/grid/presentation/widgets/cell/select_option_cell/text_field.dart (+6 -0)
📝 frontend/app_flowy/lib/plugins/grid/presentation/widgets/common/text_field.dart (+6 -1)
📝 frontend/app_flowy/lib/plugins/grid/presentation/widgets/header/type_option/select_option.dart (+1 -0)
📝 frontend/app_flowy/lib/plugins/grid/presentation/widgets/header/type_option/select_option_editor.dart (+1 -0)
📝 frontend/app_flowy/packages/flowy_infra_ui/lib/widget/rounded_input_field.dart (+6 -0)

📄 Description

Fixes #1128
Limit is set to 30 characters


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/AppFlowy-IO/AppFlowy/pull/1246 **Author:** [@vortixhead](https://github.com/vortixhead) **Created:** 10/7/2022 **Status:** ✅ Merged **Merged:** 10/8/2022 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `max_length_options_1128` --- ### 📝 Commits (5) - [`41f5999`](https://github.com/AppFlowy-IO/AppFlowy/commit/41f599986c40240f8d645959600c458c5e6c7c50) Add maxLength of 30 characters and truncation to text fields - [`f253bf0`](https://github.com/AppFlowy-IO/AppFlowy/commit/f253bf04fab2ea0dfc312a084ee0cdbbd2ab5be8) Add dynamic height - [`31b34f1`](https://github.com/AppFlowy-IO/AppFlowy/commit/31b34f14d5827c4a09c674ade4ddca5ebdc57bae) Merge branch 'AppFlowy-IO:main' into max_length_options_1128 - [`cbe4760`](https://github.com/AppFlowy-IO/AppFlowy/commit/cbe476029b8a67910770a8dca174bc0aef7798c1) Add maxLength param - [`5ba8f79`](https://github.com/AppFlowy-IO/AppFlowy/commit/5ba8f79e0a0683930cafecb4a8727500f64eb1f2) Add maxLength in Rounded Field ### 📊 Changes **6 files changed** (+22 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `frontend/app_flowy/lib/plugins/grid/presentation/widgets/cell/select_option_cell/select_option_editor.dart` (+2 -1) 📝 `frontend/app_flowy/lib/plugins/grid/presentation/widgets/cell/select_option_cell/text_field.dart` (+6 -0) 📝 `frontend/app_flowy/lib/plugins/grid/presentation/widgets/common/text_field.dart` (+6 -1) 📝 `frontend/app_flowy/lib/plugins/grid/presentation/widgets/header/type_option/select_option.dart` (+1 -0) 📝 `frontend/app_flowy/lib/plugins/grid/presentation/widgets/header/type_option/select_option_editor.dart` (+1 -0) 📝 `frontend/app_flowy/packages/flowy_infra_ui/lib/widget/rounded_input_field.dart` (+6 -0) </details> ### 📄 Description Fixes #1128 Limit is set to 30 characters --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 21:38:36 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AppFlowy-IO/AppFlowy#4619
No description provided.