Increase and decrease number input field

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
vintoICT
User
Posts: 406

Increase and decrease number input field

Post by vintoICT »

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


mobhar
User
Posts: 11702

Post by mobhar »

You may use Custom Edit Tag.


arbei
User
Posts: 9355

Post by arbei »

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


vintoICT
User
Posts: 406

Post 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


mobhar
User
Posts: 11702

Post 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.


arbei
User
Posts: 9355

Post by arbei »

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


Post Reply