Limit the range of numbers in text input

Is there a way to limit the range of numbers in a text input.

Like for example, I want a text input to only allow “15-64”

Hi @torrence,

You can either try to play with the behavior properties of the Text Input or use conditional triggers on a Enter key is pressed trigger for example.

Depending on your need, using a dropdown list might be a better option for the users.

Seb