khushbu

Results 8 issues of khushbu

## Expected Behaviour **scrolledUp** should be triggered when scroll reaches the top of container. ## Actual Behavior I am using ngx-infinite-scroll for my chat module. I want an event when...

allowDupes flag does case-sensitive duplicate check. **Requirement**: Don't allow duplicates ignoring case-sensitive checks. Ex: **test**, **Test**, **tESt**, **TEST** all should be merged to **test**

I am using froala editor with template driven form. It has max and min length validations. I need to show proper validation on basis of total character count of content....

In froala, if we upload our image to our server, which generates a pre-signed URL. How can we create a request for new pre-signed URL of image whenever data is...

Angular v9 angular-froala-wysiwyg v^3.1.1-1 I am getting this error on running ng serve cmd. ![image](https://user-images.githubusercontent.com/31128078/110430756-d5008280-80d2-11eb-93c5-dae9e7469d74.png)

You should use the edit.off method in order to make the editor not editable. It is best to do that inside the initialized event. ```js public options: Object = {...

I need to apply min and max validation on froala input. For maximum, I used **charCounterMax**, but I didn't find any support for minimum character validation in Documentation.

I am using this lib with Angular v9 and boostrap. As my project has no material dependencies, I am not including the theme file of angular-mgl-timeline. Because of which I...