mardi 12 décembre 2017

Style @Users and #hashtags on textareas

I am trying to add # for hastag and @ for user and I am using below package for that in ember package: ember-cli-mentionable

    let hashTags = {
          token: ['#',@'],
          values: [hashTagList,userList]
        };


only hash are coming when I am writing # but when I am writing @ nothing is coming




Aucun commentaire:

Enregistrer un commentaire