Eduardo Mior

Results 41 comments of Eduardo Mior

I've also had problems with inputting files in the Instagram and Facebook browser. Some cellular devices just couldn't send the files. The user opened the gallery, selected the file, clicked...

I'm on Chrome 96.0.4664.93 version on MacOS Catalina and I couldn't reproduce the problem. I followed the same steps and couldn't see the problem.

I tested it on my Linux ZorinOS in chrome version 96.0.4664.93 and I couldn't reproduce the problem. I also tested it on Firefox, Edge and Safari on MacOS and Linux...

Use oneof tag. Example: ```golang type TestStruct struct { MyEnum int `faker:"oneof: 1, 2, 3, 4"` MyOtherEnum string `faker:"oneof: YELLOW, BLUE, GREEN, RED"` } ```

_"It's quite a common scenario"_ I do not think. In my opinion this is something very specific for your case. Use `onunmask`.

Any news? I just want to know if this is a problem or if this is expected behavior?

Thank you so much for your attention @RobinHerbots I will be waiting for the correction. At the moment I've done this hack to prevent these invalid values: ```javascript function preventInvalidNumberValue(event)...

I also came across this problem, my solution was to put a validation to know if the event came from Datepicker or modal. ```javascript dialog.on('show.bs.modal', function (e) { if (e...

@liyokuna As a temporary solution I change the source codes of this lib inside VSCode, so the error stops happening, but every time I update VSCode I need to adjust...