.taro-text_selectable {
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
}