Skip to content

Conversation

@Adzouz
Copy link
Contributor

@Adzouz Adzouz commented Nov 4, 2025

What does it do?

Fixes the hint on decimal inputs that have a min / max value. It was displaying the word "characters" which is applying only to text fields.

Before:
Screenshot 2025-11-04 at 10 29 07

After:
Screenshot 2025-11-04 at 10 28 48

Why is it needed?

The hint is incorrect and confusing for the user. The "characters" word should be applied only to text fields.

How to test it?

  • Go to the content type builder
  • Pick any content type
  • Add a decimal field
  • Add a min and/or a max value in Advanced Settings
  • Add a text field
  • Add a min and/or a max value in Advanced Settings
  • Save
  • Go to the content manager and select the content type where you put your field
  • Create a new entry
    -> The hint under the decimal field should be min. {minValue} / max. {maxValue} (based on the values you entered)

Related issue(s)/PR(s)

Resolves #22021

🚀

@Adzouz Adzouz added this to the 5.30.2 milestone Nov 4, 2025
@Adzouz Adzouz self-assigned this Nov 4, 2025
@Adzouz Adzouz added source: core:content-manager Source is core/content-manager package pr: fix This PR is fixing a bug labels Nov 4, 2025
@github-project-automation github-project-automation bot moved this to To be reviewed in Content Bugs Nov 4, 2025
@vercel
Copy link

vercel bot commented Nov 4, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
contributor-docs Ready Ready Preview Comment Nov 4, 2025 3:50pm

mathildeleg
mathildeleg previously approved these changes Nov 4, 2025
Copy link
Contributor

@mathildeleg mathildeleg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM ✅

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr: fix This PR is fixing a bug source: core:content-manager Source is core/content-manager package

Projects

Status: To be reviewed
Status: To triage

Development

Successfully merging this pull request may close these issues.

On admin panel, incorrect hint is displayed for decimal number field

3 participants