The #autocomplete_min_length property is not working as mentioned in the documentation.
But When I changed to #min_length then its working fine.
We can fix this in 2 ways.
1. Either update the document with proper example.
2. Change the code as per documentation.
IMO approach 1 is better.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | interdiff-2887969-2-5.txt | 2.46 KB | LNakamura |
| #5 | 2887969-5.patch | 3.09 KB | LNakamura |
| #4 | interdiff-2887969-2-3.txt | 403 bytes | LNakamura |
| #3 | 2887969-3.patch | 2.61 KB | LNakamura |
| #2 | 2887969-2.patch | 2.58 KB | shashikant_chauhan |
Comments
Comment #2
shashikant_chauhan commentedAdding Initial patch.
Comment #3
LNakamura commented@shashikant_chauhan - your patch looks great, and thanks for addressing some coding standards issues!
There were a few more coding standards issues, though, which I've addressed in an update to your patch.
Comment #4
LNakamura commentedAdding interdiff.
Comment #5
LNakamura commentedI just discovered #2235555: update api files to use proper properties which points out another mismatch in the API doc, so I'm folding that in here.
(I also fixed a few typos...)
Comment #6
edwardchiapetThis has been verified and merged. Thanks!