Allow decimals in number inputs

(cherry picked from commit 7f5ddff568ce9f87bd45420cbd36690b190bd633)
This commit is contained in:
Mark McDowall
2023-08-19 00:14:54 -07:00
committed by Bogdan
parent b0162ccc5b
commit b36d793d85
4 changed files with 9 additions and 1 deletions
+1
View File
@@ -21,6 +21,7 @@ namespace Prowlarr.Http.ClientSchema
public string Section { get; set; }
public string Hidden { get; set; }
public string Placeholder { get; set; }
public bool IsFloat { get; set; }
public Field Clone()
{