Openbravo Issue Tracking System - Retail Modules
View Issue Details
0036132Retail ModulesWeb POSpublic2017-05-30 11:582017-08-21 14:44
ebecerra 
Retail 
normalminorhave not tried
newopen 
5
 
 
No
0036132: Create a new component to edit with "password" mask
Create a new component similar to "OB.UI.renderTextProperty" with the following properties:

- Editor is rendered as input type "password"
- The component has a attribute: "isNumber" to validate that typed value is a Number
- The component add a button in the right side to allow show the editor content when is pressed and hide the content when is released. This button can be ommitted with the attribute: "hideViewButton"
N/A
The attached image show a proposed mockup
No tags attached.
Issue History
2017-05-30 11:58ebecerraNew Issue
2017-05-30 11:58ebecerraAssigned To => Retail
2017-05-30 11:58ebecerraTriggers an Emergency Pack => No
2017-05-30 12:02ebecerraNote Added: 0097005
2017-05-30 18:25ebecerraNote Edited: 0097005bug_revision_view_page.php?bugnote_id=0097005#r15244
2017-08-21 14:44aaroncaleroNote Added: 0098558

Notes
(0097005)
ebecerra   
2017-05-30 12:02   
(edited on: 2017-05-30 18:25)
Proposed implementation:

- https://code.openbravo.com/erp/pmods-branches/org.openbravo.mobile.core-but-dev/rev/e56d50a204c5 [^]
- https://code.openbravo.com/erp/pmods-branches/org.openbravo.mobile.core-but-dev/rev/329cd01e39cc [^]

(0098558)
aaroncalero   
2017-08-21 14:44   
Commit to add the focus function to the password component:
https://code.openbravo.com/erp/pmods-branches/org.openbravo.mobile.core-but-dev/rev/9a70fc8777d2 [^]