avo-hq / avo

Build Ruby on Rails apps 10x faster
https://avohq.io
Other
1.51k stars 241 forks source link

Make action forms better #2670

Open yorsant opened 6 months ago

yorsant commented 6 months ago

Feature

Current workarounds

def handle...
  if some_field.blank?
    error "Something happened"
    keep_modal_open
    return
  end
end

Additional context

https://discord.com/channels/740892036978442260/1226288821780484137

adrianthedev commented 6 months ago

Maybe use something like this? https://github.com/marcoroth/formulus