Caps doesn't allow adding 🎣 glyph

We ran into this on the squad server.

  1. Open caps
  2. Open the "Glyphs" section and try to search for :fishing_pole_and_fish:
  3. Search doesn't let you enter it

Our workaround was to remove the maxlength attribute from the search input by running $("#input-char-search").removeAttribute("maxlength") in the dev tools console.

2 Likes