{"version":3,"file":"new_option_controller-CpVaIUkC.js","sources":["../../../app/javascript/controllers/select/new_option_controller.js"],"sourcesContent":["import { Controller } from \"@hotwired/stimulus\"\n\nexport default class extends Controller {\n static targets = [\"label\", \"component\", \"option\"]\n\n show({ detail: optionValue }) {\n this.labelTarget.innerText = optionValue\n this.element.classList.remove(\"hidden\")\n\n this.optionTarget.setAttribute(\"data-option-value\", optionValue)\n this.optionTarget.setAttribute(\"data-placeholder\", optionValue)\n }\n}\n"],"names":["new_option_controller","Controller","optionValue","__publicField"],"mappings":"4MAEe,MAAKA,UAASC,CAAW,CAGtC,KAAK,CAAE,OAAQC,GAAe,CAC5B,KAAK,YAAY,UAAYA,EAC7B,KAAK,QAAQ,UAAU,OAAO,QAAQ,EAEtC,KAAK,aAAa,aAAa,oBAAqBA,CAAW,EAC/D,KAAK,aAAa,aAAa,mBAAoBA,CAAW,CAClE,CACA,CATEC,EADkBH,EACX,UAAU,CAAC,QAAS,YAAa,QAAQ"}