[openstreetmap/openstreetmap-website] Add some javascript to check dynamically if the username is already taken (PR #4402)
Holger Jeromin
notifications at github.com
Wed Dec 13 23:25:01 UTC 2023
@HolgerJeromin commented on this pull request.
> + $("#user_display_name").on("change", function () {
+ checkDisplayName()
+ })
+
+ $("#user_display_name").on("input", function () {
+ checkDisplayName()
+ })
Did you found such a software?
There are keyboards (iPhone? IPhone landscape mode?) I saw which manipulates the string and pushes the value in one go. These did not triggered "change". But I did not found an interaction which does not trigger "input".
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/4402#discussion_r1425986468
You are receiving this because you are subscribed to this thread.
Message ID: <openstreetmap/openstreetmap-website/pull/4402/review/1780648947 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20231213/2843adbc/attachment.htm>
More information about the rails-dev
mailing list