Alessandro
Alessandro
The same goes for `useCreateUserWithEmailAndPassword`
Could not make it work either. Using v2.3.4 Even if I set it on the `AOS.init({offset: 40})`. Don't have time to create a dummy app to reproduce it ATM.
Apparently it's possible to assign multiple choices (as many as you wnat) via Rails Console. This shouldn't be possible...
## TO DO 1. add styles to disable upload button if is read-only 1. remove read-only option from repeater setting editor
After having tried almost every possible solution, the best option is to switch form validation to a JS script rather then trying to use Rails helpers. In the future this...
It's needed also on fields as, when you change a field setting `field_type` you automatically delete all fields that belonged to that field setting but now don't have the right...
The issue is related to the new [ActiveJob feature](https://github.com/BindaCMS/binda/blob/master/app/jobs/binda/create_field_instances_job.rb). This feature runs at every `after_save` of `FieldSetting` model the function is called `create_field_instances`. See [this line](https://github.com/BindaCMS/binda/blob/master/app/models/binda/field_setting.rb#L86) It'd be great if...
@thauma9 After digging more on the subject I have come to the conclusion that there is no way to know what's the state of the cue when you are using...
> One easy way to fix this problem might be to force config.active_job.queue_adapter to :inline I'm currently not setting any `queue_adapter` which means I'm using `:inline`(Rails default adapter), but it...
This is good to know. No matter what’s the default it’d be a good idea to set :inline explicitly. My concern is that you don’t want to change Rails default...