Page 1 of 1

Increase and decrease number input field

Posted: Sun Jul 31, 2022 10:23 pm
by vintoICT

How do I add + and - icon that increase integers on add and edit form ?


Re: Increase and decrease number input field

Posted: Sun Jul 31, 2022 10:49 pm
by mobhar

You may use Custom Edit Tag.


Re: Increase and decrease number input field

Posted: Sun Jul 31, 2022 11:54 pm
by arbei

You may set input type as "number" under Edit Tag.


Re: Increase and decrease number input field

Posted: Thu Aug 04, 2022 6:48 pm
by vintoICT

@arbei i did but no changes . I need - do auto decrease numbers and + to auto increase numbers .Thanks

@mobhar , do i need to create an extention to use Custom Edit Tag.? of i just have to input the tags . Thank you


Re: Increase and decrease number input field

Posted: Thu Aug 04, 2022 7:09 pm
by mobhar

As the documentation said, yes. You need to create a new npm package that similar to PHPMaker Extension in order to implement Custom Edit Tag.


Re: Increase and decrease number input field

Posted: Thu Aug 04, 2022 10:19 pm
by arbei

You may see how your browser shows it here: <input type="number">.