<%= text_field_tag(name, value, **input_options, type: input, class: "flex-grow", "x-ref": "input", "@keydown.enter.stop": "applyChange" ) %> <%= lookbook_render :button, icon: :check, tooltip: "Apply changes", class: "flex-none !bg-lookbook-button-bg hover:!bg-lookbook-button-bg-hover rounded-md !text-lookbook-button-text", "x-show": "changed", "@click": "applyChange" %>