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
WSTagsFields API for the most part is open to modifications by exposing most of it's methods as public. However for better leveraging the core functionality of the library, and especially providing custom tokenization by overriding tokenizeTextFieldText(), the textField property needs to be made public. Consequently the BackSpaceDetectingTextField() needs to be accessible outside of the module.
Preferred solution
Make the above properties and class public.
The text was updated successfully, but these errors were encountered:
Problem description
WSTagsField
s API for the most part is open to modifications by exposing most of it's methods as public. However for better leveraging the core functionality of the library, and especially providing custom tokenization by overridingtokenizeTextFieldText()
, thetextField
property needs to be madepublic
. Consequently theBackSpaceDetectingTextField()
needs to be accessible outside of the module.Preferred solution
Make the above properties and class
public
.The text was updated successfully, but these errors were encountered: