Skip to content

Slugger is too slow for create community slug autofill

As you type the community name, we also generate and autofill the community URI slug. Our public/js/utils/slugger.js isn't quick enough and blocks the main thread if we run this for every character typed. This causes a visible lag as you type.

Edited by Eric Eastwood