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

[BUG]: Numeric Form elements render with type='numeric' #15896

Closed
Nialld opened this issue Feb 10, 2022 · 1 comment · Fixed by #15899
Closed

[BUG]: Numeric Form elements render with type='numeric' #15896

Nialld opened this issue Feb 10, 2022 · 1 comment · Fixed by #15899
Assignees
Labels
5.0 The issues we want to solve in the 5.0 release bug A bug report status: medium Medium

Comments

@Nialld
Copy link

Nialld commented Feb 10, 2022

Create a numeric form element and render,

type = numeric,
should be type = number

$number = new \Phalcon\Forms\Element\Numeric('test');
echo $number;
<input type="numeric" id="test" name="test" />

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/number

Details

  • Phalcon version: 5.0.0beta3
  • PHP Version: 8.0.15
  • Operating System: Ubuntu
  • Installation type: Compiling from source
  • Zephir version (if any): 0.15.2-5828ae2
  • Server: Nginx
@Nialld Nialld added bug A bug report status: unverified Unverified labels Feb 10, 2022
@niden niden self-assigned this Feb 10, 2022
@niden niden added 5.0 The issues we want to solve in the 5.0 release status: medium Medium and removed status: unverified Unverified labels Feb 10, 2022
@niden niden mentioned this issue Feb 10, 2022
5 tasks
@niden niden linked a pull request Feb 10, 2022 that will close this issue
5 tasks
@niden
Copy link
Member

niden commented Feb 10, 2022

Resolved in #15899

Thank you @Nialld

@niden niden closed this as completed Feb 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
5.0 The issues we want to solve in the 5.0 release bug A bug report status: medium Medium
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants