Idk if I ever mentioned this before, but you should allow models to be selected multiple times instead of removing them from the entry box when selected, that way you can run a bunch on your favorite model and try another model just once at the same time
It looks like react-select, the handy dropdown library I'm using doesn't support this, so I'll need to either patch it on my end or write my own dropdown component to handle this use-case.
Via @Efreak:
It looks like
react-select
, the handy dropdown library I'm using doesn't support this, so I'll need to either patch it on my end or write my own dropdown component to handle this use-case.