Forum Discussion
michal089
8 years agoFrequent Visitor
How to change fontSize capability limits.
Hi, I have following problem: i can't define limits of the fontSize (apparently the upper one is 40 and the lower is 8). Additionaly I have not got a slider beside the input number: M...
samuelr2019
7 years agoFrequent Visitor
Thanks Evgenii, I look forward to it!
v-evelk
7 years agoMicrosoft Employee
Btw, you can try
type:{ integer: true} in capabilities
and something like the following:
validValues: {
yourFieldName: {
numberRange: {
min: 10,
max: 100
}
}
}Kind Regards,