You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering if it might be possible to add an option to add a character prefix limit, say I always want to append 15 characters before each message so it accounts for that in the totaling.
The text was updated successfully, but these errors were encountered:
If I understand it correctly, implementing what you want would be as simple as getting the result of SmsCounter.count(text).length and adding the length of your prefix before displaying it. You could do it by using your own keyup callback.
One way of implementing it in a generic way would be by making $.countSms receive an optional callback where you could change any of the values before displaying them.
I was wondering if it might be possible to add an option to add a character prefix limit, say I always want to append 15 characters before each message so it accounts for that in the totaling.
The text was updated successfully, but these errors were encountered: