Mark Charles
Results
2
comments of
Mark Charles
There is a `for_context` method on the `Tag` class, e.g `ActsAsTaggableOn::Tag.for_context(:tags)` or `ActsAsTaggableOn::Tag.for_context(:skills)` etc
I had the same issue. This can be fixed though, if you place `optionsPicker.wrapSelectorWheel = false` **AFTER** `optionsPicker.maxValue = options.size - 1` and **BEFORE** `optionsPicker.value = 0`. It has to...