"use strict"; class Select_Input extends Form_Input_Abstract { on_create() { this.data.value = ''; // Parse options if passed as JSON string if (typeof this.args.options === 'string') { try { // Decode HTML entities before parsing JSON // This handles cases where JSON is passed through Blade {!! !!} syntax const decoded = $('