Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: missing step method on input field #2496

Merged
merged 2 commits into from
Feb 27, 2024
Merged

fix: missing step method on input field #2496

merged 2 commits into from
Feb 27, 2024

Conversation

zeezo887
Copy link
Collaborator

Description

This allows the step method to be available on the Input field of the form builder.

Usage:

$form->add(
    Input::make()->name('length')->type('number')->label("length")->step(1)
);

Related Issues

Fixes #2380

@ifox ifox merged commit d518e18 into area17:3.x Feb 27, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Formbuilder does not allow step() method
2 participants