Content
@
0 reply
0 recast
0 reaction
Darryl Yeo đ ïž (at Devcon)
@darrylyeo
Oh man, this would make a good interview question for a frontend dev. A combobox input refuses to return autocomplete suggestions when the input text is "undefined". What could cause this?
8 replies
3 recasts
39 reactions
Matthew
@mpryor.eth
Could names without a period entered in the input be updated upon input submission to have a visual hidden period at the end, which is whatâs checked against available domains? To the user they see âundefinedâ but the search is looking for domains containing âundefined.â?
1 reply
0 recast
0 reaction
Darryl Yeo đ ïž (at Devcon)
@darrylyeo
A reasonable guess as to how the autocomplete works, but it wouldnât explain why it fails for this edge case.
1 reply
0 recast
1 reaction
Matthew
@mpryor.eth
Shoot, I meant as a solution to the issue, would what I suggested work..? đ I didnât mean to say that strategy is what I think ENS is currently doing. Iâm still guessing at that.
1 reply
0 recast
0 reaction