- Issue created by @rraney
- ๐ฎ๐ณIndia mohd sahzad
mohd sahzad โ made their first commit to this issueโs fork.
- Merge request !2this issue fixed for Undefined array key #use_empty_option โ (Open) created by mohd sahzad
- ๐ฎ๐ณIndia mohd sahzad
Hello @rraney,
The issue regarding the warning for the undefined array key "#use_empty_option" has been resolved. However, we are unable to reproduce the warning for the undefined array key "select_date_ranges".
- ๐บ๐ธUnited States rraney
I did not get this to work, but perhaps the issue was somewhere in the key/value configurations. I don't think it's clear how to configure these or what it's looking for. I created my own solution with JavaScript so I'm moving on. Perhaps it's necessary (as with my own solution) to use
item.key[0].value
since fetching JSON often involves arrays. For example, in JavaScript:option.value = item.field_start_date[0].value; option.text = item.name[0].value;