Changes between Initial Version and Version 1 of Ticket #47692, comment 16
- Timestamp:
- 05/20/2020 02:27:35 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #47692, comment 16
initial v1 4 4 _.isObject( val ) 5 5 }}} 6 evaluates to true because we are using an array as the value. It will nowhowever find a **val.value** property in this object.6 evaluates to true because we are using an array as the value. It probably would not however find a **val.value** property in this object. 7 7 8 8 It would be useful to know in which cases the **choices** value is a string and in which cases it is an object, in the current state of things.