#4780 closed defect (fixed)
CurrencyTextBox: no setDisplayedValue() method
Reported by: | bill | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.0 |
Component: | Dijit - Form | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
The new InlineEditBox? code isn't working for a currency amount (ex: "$2000"), in that when you click it the input field is blank. Seems to be because CurrencyTextBox? has no setDisplayedValue() method, and setValue("$2000") is failing because of the "$" character. Can you add a setDisplayedValue() method?
Change History (3)
comment:1 Changed 13 years ago by
Owner: | set to Douglas Hays |
---|
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
(In [11078]) Fixes #4779, #4780. Renamed getTextValue to getDisplayedValue and added setDisplayedValue to TextBox?.