I understand that Bolt does only browser based validation but this is inadequate for real world cases where a fuzzy red border won't stop bad user input. Is there any way to actually enforce that required fields are filled before submission or just stop submit if required fields are still empty?
Otherwise, it seems counter intuitive to even have a field attribute of "required:true" that can still be submitted with empty values and thus never ever enforced. Even Wordpress won't allow that.