Cockpit-HQ / Cockpit

Cockpit Core - Content Platform
https://getcockpit.com
Other
388 stars 47 forks source link

The height property for the code input type seems to need fixing #176

Closed AnmSaiful closed 7 months ago

AnmSaiful commented 9 months ago

For example, let's try with a value of 10 for the height property:

Screenshot 2024-02-18 at 17 15 41

And we get this during the item creation:

Screenshot 2024-02-18 at 17 16 18

If we remove the value (i.e., 10) from the height property, the item creation screen renders as expected:

Screenshot 2024-02-18 at 17 17 08

Thanks for considering the fix in the next release. ;-)

aheinze commented 9 months ago

you've set the height to 10px 😉

AnmSaiful commented 9 months ago

Ah! I see... since there was no indication of the unit, I thought it would be the number of rows.

I recommend mentioning the unit. 😊