Xin Fan

Results 6 comments of Xin Fan

@nazmul-prince @arafatahmedtanimcsedu57 A temporary solution that works for me is to downgrade to v4.14.8.

@Stewart-Fleming Go to https://www.jsdelivr.com/package/npm/formiojs?path=dist, and pick a version from the dropdown list on your right hand side and select the JS or CSS file links from the list, e.g. https://cdn.jsdelivr.net/npm/[email protected]/dist/formio.form.min.js...

Hi @tejaschaphalkar , you can replace the default blacklist.yml with the Regex version. I've created a gist here https://gist.github.com/fredxinfan/1b3fdb822aa770ebfd1b. Please note potentially the Regex may filter out the words that...

Same problem here, it would be good if given an ability to disable the upward scrolling. I used the following to disable content loading upwards: content: function(i, p, d) {...

I finally worked out by comment out this line in detectScrollDirection function: this.scrollDirection = 'prev'; It's in else block, line number is 177, hope that helps.

Hi, thanks all your work Wu ! I've got something else to ask if that's ok ? I'm not sure for what reason you merge options by doing this: this.options...