DennisSnijder / bolt-ui-options

Provides options with a simple UI
8 stars 3 forks source link

Check if array key exists as well as checking if null for getOptionValue #15

Closed chrisrhymes closed 6 years ago

chrisrhymes commented 6 years ago

Prevent uncaught exception when trying to get value of key that doesn't exist in the boltuioptions, instead return empty value.

DennisSnijder commented 6 years ago

Nice one!