I'm reporting this as an idea to save people (myself) from making this mistake in the future. When you define a cell with an :action, it's important to define the action method to accept the cell as an argument. Otherwise the app will crash without any explanation.
So I was thinking, maybe we could add a safety check to make sure the method is defined and accepts the correct number of arguments before passing the data to FXForms.
I'm reporting this as an idea to save people (myself) from making this mistake in the future. When you define a cell with an
:action
, it's important to define the action method to accept the cell as an argument. Otherwise the app will crash without any explanation.So I was thinking, maybe we could add a safety check to make sure the method is defined and accepts the correct number of arguments before passing the data to FXForms.