You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For most of my calls, I don't want to create new select options automatically.
However, I'd like to do it for one. It could be great to not have to enable the options for all calls, and to allow passing directly the arguments to the calls.
Hi,
Thanks for your work.
For most of my calls, I don't want to create new select options automatically.
However, I'd like to do it for one. It could be great to not have to enable the options for all calls, and to allow passing directly the arguments to the calls.
Ex:
Airtable::create(['name' => 'myName'], ['typecast' => true]);
Happy to do the PR if you're ok with that.
Mathieu
The text was updated successfully, but these errors were encountered: