Pricing Blog

paste event - how to get the data?

  • needtheanswers-1304430064271622144

    needtheanswers

    11 months ago

    What exactly do I have to select here to get the text in my clipboard? None of the things seem to directly get the value of the text...
    Thanks 🙂
    1304430064833794088-image.png
  • needtheanswers-1305155218308333650

    needtheanswers

    11 months ago

    Any tips? Still can´t figure it out 😦
  • olumise-1305161711635923004

    Olumise

    11 months ago

    On the Event part, click target again, the output should then be only ‘value
    You are presently getting just the object.You should be getting the value
  • yoelfdz-1305162626010972213

    yoelfdz

    11 months ago

    You can add a Log that emits the value to see exactly what you are receiving on the browser console
  • needtheanswers-1305171253107101769

    needtheanswers

    11 months ago

    Thank you for your help @Olumise. I already tried this but when doing this I don´t get any value back., it´s just empty
  • needtheanswers-1305171371982196800

    needtheanswers

    11 months ago

    Thanks for your help @ I´ll try that right away
  • needtheanswers-1305173310518198293

    needtheanswers

    11 months ago

    hmm
    1305173310463803423-image.png
  • 844842566401654815-@needtheanswers
    hmm
    yoelfdz-1305190698592632964

    yoelfdz

    11 months ago

    Open the second tab there, the Console and trigger the event on live preview
  • needtheanswers-1305193840210087997

    needtheanswers

    11 months ago

    All I get is this:
    1305193839828537395-image.png
  • yoelfdz-1305193930815705160

    yoelfdz

    11 months ago

    Can you share your branch url here or dm?
    👍1
  • lucasg-1305199745714622605

    Lucas G

    11 months ago

    Just to clarify
  • The paste event fires when a user pastes data
  • It is not an event to paste data
  • What exactly are you trying to do?
  • needtheanswers-1305204216003825665

    needtheanswers

    11 months ago

    Thank you for the clarification Lucas 🙂 That´s what I needed .. something that only triggers when the user pastes data.. I want to modify the data later on
    👍1
  • Thanks to @ it has already been solved now