umbraco / Umbraco-CMS

Umbraco is a free and open source .NET content management system helping you deliver delightful digital experiences.
https://umbraco.com
MIT License
4.53k stars 2.7k forks source link

I am able to set the min height value higher than the max height for the Textarea, MultiUrlPicker And Numeric DataType #17509

Open andr317c opened 1 week ago

andr317c commented 1 week ago

Which Umbraco version are you using? (Please write the exact version, example: 10.1.0)

15.0.0-rc4

Bug summary

The min height can be higher than the max height for the Textarea, MultiUrlPicker and Numeric DataType TextArea

Specifics

No response

Steps to reproduce

  1. Go to the dataType TextArea
  2. Update the min value to be 20
  3. Update the max value to be 10
  4. Save

Expected result / actual result

Min should not be higher than max

NguyenThuyLan commented 8 hours ago

I was able to reproduce it on v15.0.0, v14.3.1