Topic: Form Validation and some Feedback of a customer

xzesstence pro asked 5 years ago


Dear MDB Please show me a working example of your Form Validation. I followed your examples and it does not work properly. Either the validation is just not working or i get errors in the console: When i use the first example of the form validation i get this error: Expected validator to return Promise or Observable. at toObservable (forms.js:597) at Array.map (<anonymous>)
this.validatingForm = fb.group({
'minlength': [null, Validators.required, Validators.minLength(3)],
});
I found a comment where a user said he added brackets like this
this.validatingForm = fb.group({
'minlength': [null, [Validators.required, Validators.minLength(3)]],
});
the errors gone but the validation is not working.
Its a really bad customer satisfaction here, customers pay here for bootstrap but it could be done much better if you look at other Free (!) components like primeng which i am still using as a backup because some things does not work.
I bought MDB because i wanted to replace primeng.
You really should learn from Primeng how to generate customer satisfaction and they even don't have customers as its free
Both thumbs down from me and it feels like you have done it only for the money and you even didn't write bootstrap, you are selling the integrations here and the material design you made. Far too much for what you get!
Money is no problem but then i expect it to work properly!
Most of the users here buy it to get some time instead of doing it theirself, so it shouldn't take more time then using components done for free
Why didn't you write EventHandlers etc, like primeng did?
I don't want to advertise primeng but i used it before and the experience is far much better for no money, so i thought MDB would be a nice replacement which was a fail yet because im still using Primeng's Form Validation and Modals as a backup.
You should do better.
Another Question:
Why is your Insert Code Function in this board not working properly??
Why didn't you fix it yet? It will kill the formatting into a oneliner and its just bad and it feels bad when its not fixed.
I guess this bug is dumping along a long time because this forum seems not to be in a start up
Thank you for your time
A really unsatisfied customer

Damian Gemza staff answered 5 years ago


Dear @xzesstence First of all, I would like to apologize to you for being disappointed with our product. About your problem: Could you please provide me with the code which produces you problems? I would like to debug your case. I've tried to reproduce your problem with simple text input and validation, and for me, everything is working fine. Also please share me the code of your app.module.ts file. Yes, you're 100% right that we didn't write our own Bootstrap. MDBootstrap is a framework that combines Bootstrap and Material Design. The MDBootstrap is a child of Bootstrap and Material Design. Best Regards, Damian

Please insert min. 20 characters.

FREE CONSULTATION

Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.

Status

Answered

Specification of the issue

  • ForumUser: Pro
  • Premium support: No
  • Technology: MDB Angular
  • MDB Version: 6.2.3
  • Device: PC
  • Browser: Chrome
  • OS: Win10
  • Provided sample code: No
  • Provided link: No
Tags