Joe Mirmina

Results 2 comments of Joe Mirmina

We ran into this issue as well. We were able to get around it by specifying the `appendTo` option and chaining `show()`: ``` var element = document.getElementById('myContainer'), picker = rome(element);...

We are running into a similar situation where we need to dynamically define an index name (or at least an index prefix). We are currently using the Apartment gem to...