# Dragable input box

**URL:** <https://phaser.discourse.group/t/dragable-input-box/7752>\
**Category:** Phaser 3\
**Created:** [October 19, 2020, 10:56pm UTC](https://phaser.discourse.group/t/dragable-input-box/7752 "2020-10-19T22:56:59Z")\
**Posts on this page:** 1\
**Page:** 1

<div class="post-metadata">

**Author:** ![renathy](https://avatars.discourse-cdn.com/v4/letter/r/87869e/32.png) [@renathy](https://phaser.discourse.group/u/renathy)\
**Post date:** [October 19, 2020, 10:56pm UTC](https://phaser.discourse.group/t/dragable-input-box/7752/1 "2020-10-19T22:56:59Z")

</div>

I need dynamically create Input boxes (inputs where user can edit text).  
And those inputs should be dragable.

Are there any solution for this? I have seen example where DOM inputs are placed over the canvas, however, I think it doesn’t fit my needs as such functionality as draganddrop should be managed via Phaser not dom.
