Base solution for your next web application

Activities of "tomop"

Hi, The bundler/minifier seems to run every single time I build. Is it possible to disable this and have it run on demand?

Yes, I am suing ASP.NET Core & Angular. I used the RAD tool and noticed it didn't generate the <validation-messages> element in the <form-group>. All I had to do was add this element and then add #ContactFirstnameInput="ngModel" to the input element in order to get the page to show inline validation rules.

I am generally curious how to get clientside inline validation to work in this world as like you say, it doesn't seem to be enabled by default. But this isn't entirely true as it seems to work for some existing entities like the create user, but not all?

It doesn't look like client side inline validation is enabled by default when using the RAD tool to create an entity. Instead, the Save button on the modal form is greyed out and the user doesn't know which field to correct the error in.

Showing 11 to 13 of 13 entries