-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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
feat: Allow initial value for $ionicPopup.prompt
#4001
Comments
$ionicPopup.prompt
$ionicPopup.prompt
+1 |
Greetings @davej! I've closed this issue because my sensors indicated it was old and inactive, and may have already been fixed in recent versions of Ionic. However, if you are still experiencing this issue, please feel free to reopen this issue by creating a new one, and include any examples and other necessary information, so that we can look into it further. Thank you for allowing me to assist you. |
@gregallensworth 👍, any luck with a PR? |
I only opened the PR a couple of hours ago: It covers this issue, plus a few others. |
Type: feat
Platform: all
$ionicPopup.prompt
could handle a lot more use-cases if it accepted an initial value. Currently you need to do$ionicPopup.show
+ template + click handler + scope to do something that could easily be achieved with something like:The text was updated successfully, but these errors were encountered: