[UPD] README.rst

This commit is contained in:
OCA-git-bot
2022-05-23 08:55:58 +00:00
parent eb7198e130
commit 9cfdd99dca
2 changed files with 9 additions and 8 deletions

View File

@@ -17,13 +17,13 @@ Web Widget Numeric Step
:target: https://github.com/OCA/web/tree/15.0/web_widget_numeric_step
:alt: OCA/web
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/web-14-0/web-14-0-web_widget_numeric_step
:target: https://translation.odoo-community.org/projects/web-15-0/web-15-0-web_widget_numeric_step
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
:target: https://runbot.odoo-community.org/runbot/162/15.0
:alt: Try me on Runbot
|badge1| |badge2| |badge3| |badge4| |badge5|
|badge1| |badge2| |badge3| |badge4| |badge5|
This widget changes input number field and make it easier to increment the number thanks to 2 buttons (+ and -).
Use JS native logic for input number, so you can use the options ``min``, ``max``, ``step``, ``placeholder``.