I want to make two properties updated after I send an input. Or alternatively, bind one property to the other.
My use case is like: input a text, then automatically generate search links of different websites, and update them to the metadata.
It's possible to implement that using meta-bind button with inline JS, but I must press the button to update these properties. I'd like the properties to update automatically as soon as I type inputs, just as the one property case INPUT[text:text]. Thanks in advance for your help!
I want to make two properties updated after I send an input. Or alternatively, bind one property to the other.
My use case is like: input a text, then automatically generate search links of different websites, and update them to the metadata.
It's possible to implement that using meta-bind button with inline JS, but I must press the button to update these properties. I'd like the properties to update automatically as soon as I type inputs, just as the one property case
INPUT[text:text]
. Thanks in advance for your help!