igorbernstein

Results 12 comments of igorbernstein

I don't see why you would need to force anyone to use it...can't it be just implemented as a formtastic input? that the developer can use via `as: :autocomplete`? I...

I need to be able to easily customize the appearance of the autocomplete options. The simplest way I've thought to do that is to rely on server side partials &...

@shekibobo I hope you don't mind, but I'll respond to your comment from #2656 "Select2 is actually pretty simple to integrate in ActiveAdmin on its own" here, to keep all...

well, crap in a hat, formtastic forces you to define custom inputs in the root namespace(::) or Formtastic::Inputs:: https://github.com/justinfrench/formtastic/blob/master/lib/formtastic/helpers/input_helper.rb#L353-L360

Can you clarify if this issue is about: 1. a select box having a lot of options 2. a parent having a lot of children 3. a parent having a...

example of each type I mentioned: 1 - favorite_movie select box, where the user picks 1 favorite movie out of 1000's ``` ruby f.input :favorite_movie ``` 2 - a gender...

I haven't had a large enough time block to finish implementing this yet, but here's what I'm working on: It might not have been obvious that my original proposal defined...

I think this is the same issue as https://github.com/Yubico/yubikey-manager-qt/issues/261

```bash > ls /Library/Frameworks/Python.framework/Versions/3.8/Python ls: /Library/Frameworks/Python.framework/Versions/3.8/Python: No such file or directory ``` It looks like Big Sur moved python3 to developer tools and its no longer shipped with the OS....

Looking at the [apple docs](https://developer.apple.com/documentation/coreaudio/kaudioobjectpropertyelementmain) that symbol was added in MacOS 12 (Monterey). Which is 3 versions newer than Mojave (10.14). So I suspect the quick answer is that switch...