Xabaril / Esquio

Esquio is a Feature Toggle Library for .NET Developers.
Apache License 2.0
428 stars 49 forks source link

Inconsistent behavior adding and editing products #131

Closed modesto closed 4 years ago

modesto commented 4 years ago

I have found two abnormal behaviors related to products page.

1) There is some kind of validation inconsistency with the "New product" modal window. "Save changes" button is being enabled even when validations are invalid. It occurs when I leave name or description fileds untouched.

2) I can edit product's description and leave it empty, saving correctly.

Here is an animated gif that shows it:

esquio-product-bug

I tried to take a look at the code, but I practically don't know blazor :(

unaizorrilla commented 4 years ago

Fixed on features/esquio31 will be available on next Esquio minor version

modesto commented 4 years ago

I've been doing some tests and it appears that the 2nd example is fixed but not the first.

I have also verified that first and second problems also occurs creating a new feature or editing an existing one.