bootstrap-ui
bootstrap-ui copied to clipboard
FormHelper postlink Method is missing
This is a (multiple allowed):
-
[x] enhancement
-
[x] feature-discussion (RFC)
-
BootstrapUI Version: dev-develop
-
Bootstrap Framework Version: 4.3.1
-
jQuery: 3.3.1
What you did
Tried to create a postlink with <?= $this->Form->postlink() ?>, but the method is missing in Bootstrap's FormHelper.
Expected Behavior
Create a Link with a Form, like the FormHelper's postlink() method does to access Actions with $this->request->allowMethod('post')
Making use of Bootstrap Modal could be good for confirm messages.
Confirm message are not specific to post links, you have them for buttons and regular links too, so that's a separate concern.
What else bootstrap specific thing do you expect the postLink() method to do?