Lona / Lona

A tool for defining design systems and using them to generate cross-platform UI code, Sketch files, and other artifacts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Color picker crashes

ilanvolow opened this issue · comments

Steps to reproduce:

  1. Build and run Lona.
  2. Select "View" from sidebar
  3. Scroll down to the "Color" area and click the "Custom color" button.
  4. Type the character 'a' in the "Search Color..." searchfield
  5. Hit the Enter key.
  6. An index out of range error occurs in the setupSearchView method of the PickerView extension.

Thanks for reporting.

@NghiaTranUIT I can take a look at this, unless you want to. I'm gonna try to merge in the first pass of my Swift code generation stuff today or tomorrow and can look at this after.