Base solution for your next web application
Open Closed

Angular 6 input validation, forms, RadTool IsRegenerate #5249


User avatar
0
chauey created

Hello all,

Is there any client-side input validation? I generated some forms with the AspNetRadTool, but when I edit something, the save button is disable but does not show any messages so it's hard to know which form item is invalid. How does that work and the server-side validation/messages work? Improvements in the future?

The forms are not reactive forms?

BTW, we can regen using the RadTool because it writes out some entity.json files? Any docs on that? There is a IsRegenerate bool flag in there, what is that for?

Thanks.


1 Answer(s)
  • User Avatar
    0
    yekalkan created

    @chauey

    There is a IsRegenerate bool flag in there, what is that for?
    

    For add-migration command parameter. If the flag is set, name of migration will be "Regenerated_X_{RANDOMNUMBER}", otherwise "Added_X".