mc12345678 / Dynamic_Price_Updater

This module for Zen Cart automatically updates the product price when a atrribute is added to the product
Other
0 stars 0 forks source link

Address and handle data type numbers #2

Closed mc12345678 closed 7 years ago

mc12345678 commented 7 years ago

At the time of writing this plugin it would seem that the user input field of "numbers" was not on the list of ways to provide input. That said, its time has come and should now be recognized. This is at least addressed in 6c2b93de4b1dc3cc1184e28b831cd39eb73ee9b5 and needs to be merged into the master thread along with a few other changes.

The numbers type allows more than one method of entry: arrow button(s) on the field, entry directly in the field and up/down incrementing depending on the browser and its implementation of the field. All actions as described available in internet research have been captured using addEventListener so that it does not overwrite any other events of the same type on the same "object".

mc12345678 commented 7 years ago

Captured in version 3.0.4 of this plugin. Closing.