Wilkins Fernandez

Results 7 comments of Wilkins Fernandez

How do you imagine implementation? Should the developer provide an action to do, or should the plugin? Should it only activate if a user pastes over the limit?

If that's the case, shouldn't the developer also provide what action to do if thegoalis reached? Since the user can still edit their text, the plugin shouldn't stop them from...

When I originally wrote this plugin, I had in mind the idea I presented earlier (error/success methods when/if goal reached). I wasn't sure if was useful or not, so I...

Not yet, unfortunately. You're welcome to give it a shot!

@BLKahuna I'm not sure I understand the issue. Can you provide an example? When counting words and the goal is reached, it prevent's typing of the spacebar, which implies that...

Whoa, this is good one! I'll try and figure this out 🤔. Thanks for the detailed issue!

I wasn't able to figure this out! 😢 I experimented with: - updating the regex in `getWords` to include line breaks (`/^\s+|\s+$/g, " "`) - intercepting the `paste` event in...