-
Notifications
You must be signed in to change notification settings - Fork 106
Feature request: text prompt #41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Oh I see after some code investigation that it's almost possible with:
But
I think it would be a very useful feature. |
that's actually what a "prompt" is in a javascript context... which it claims to have but actually doesn't support https://developer.mozilla.org/en-US/docs/Web/API/Window/prompt |
Hi, I've been tight on schedule. I'll try to implement this feature this weekend |
@Godofbrowser Please, don't forget and abandon your thankful users! We still hope for the release. |
@symonsoft as he has shown interest in implementing it, but is just too tight on schedule; maybe you could make a PR for it? 😉 (I'm using dialog from Buefy for my purposes, as we were using Bulma styling already anyway) |
So sorry guys, i'm currently adding this feature. I'm hoping an hour would be enough |
That also works :) No problem, we all have lives besides open source code too ;) |
Meaanwhile, this can be done easily with custom view. i have a sample implementation (basic) where i'm using a custom view to show a cropper for photo uploads. |
#48 Will resolve this |
I think it will be useful to have ability to prompt for text information in a single (single/multiple line) text field.
Is it likely to implement such a feature?
The text was updated successfully, but these errors were encountered: