Adrian Marin
Adrian Marin
Great idea. I'll have a look over that snippet and add it to the roadmap.
Closing for now. PLease feel free to reopen
That sounds like a good idea. It shouldn't be that difficult to implement. Maybe someone can pick it up. - We have icon assets for records re-ordering (`arrow-up.svg` & `arrow-down.svg`)....
Hey man. Have you tried the [`default` option](https://docs.avohq.io/2.0/field-options.html#default-value)? It also takes a block where you can use the `params` global object. ```ruby field :name, as: :text, default: -> { Avo::App.params[:name]...
Is that on the `Edit` or `New` view? The default option works only on the `new` view.
You could try and use the [`format_using`](https://deploy-preview-3--avo-v2-docs.netlify.app/2.0/field-options.html#fields-formatter) option to coerce the default value on edit somehow. Or override it on the model layer.
You can't do that right now. We're open for PRs if you'd like to tackle that. Shouldn't be that difficult.
Oh, sorry. I didn't see that. I usually post different tickets for each request. What do you mean by "disable index page"? Do you mean to not have it available...
I'm pretty swamped with features customers requested a while back. I'm not sure when I'll be available to add that. TBH, the quickest way of getting that feature is to...
I think this is fixed on the show page with `show_controls`. [Docs](https://docs.avohq.io/2.0/customizable-controls.html)