You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It was a question that came up in regard to CoreUI. We don't support it there, but I think it would be a neat idea to support pasting from the clipboard (when the input is focused). This would be quite simple to implement as both APIs support MIME types to identify content:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
It was a question that came up in regard to CoreUI. We don't support it there, but I think it would be a neat idea to support pasting from the clipboard (when the input is focused). This would be quite simple to implement as both APIs support
MIME
types to identify content:One step more might be to dynamically show an
paste
action button with the input when compatible content is detected.Beta Was this translation helpful? Give feedback.
All reactions