Do you mean prevent the user from selecting the next input field if the previous one is not filled out? You can add logic for that in a script attached to your UIInput, listening for the OnSelect event. If it gets OnSelect(true), and some previous value hasn't been filled out, select the previous input instead.