Mihai Bob

Results 17 comments of Mihai Bob

I just checked the pull requests, and I am not 100% sure but I think this pull request is related to my issue: https://github.com/jonataslaw/getx/pull/2421

@otis22 You need to allow minimum rating to be 0, and then as a user you have to press the first star 1 time and then press it again

Currently, you can reset the bar by taping 2 times on the first "star". Or you can always repaint the widget.

I think this is a duplicate of https://github.com/bleenco/ngx-uploader/issues/510

I am also having the same problem. Found a solution ?

I ended up implementing my own. I use the file drop functionality of this component, but the upload process I handle myself.

What I have done basically is: I have my own list of the files that the user selected(files: File[];) If the drag and drop function of the ngx-uploader is used...

I also need this feature. I have to store each PDF file in another system and it needs to be JPEG or PNG file. Also after some OCR on the...

This is just a general UI Widget to display some rating bars and provides you with the rating that the user had input.

If you are using the throtling on the beckend side, when the beckend closes, everything closes, even the "timer" set for the throttle. It is like a force close basically...