Closed MilovanovM closed 10 months ago
There is a bug when the completion lib always put "" to the end of the entered string even if it's a numeric field as [] is always true https://github.com/ivelum/djangoql-completion/blob/f9cefc3ae3c985c234f91b3fab6f5254e20e14dc/src/index.js#L953C1-L953C1
""
[]
true
Kudos, no new issues were introduced!
0 New issues 0 Security Hotspots No data about Coverage No data about Duplication
See analysis details on SonarCloud
There is a bug when the completion lib always put
""
to the end of the entered string even if it's a numeric field as[]
is alwaystrue
https://github.com/ivelum/djangoql-completion/blob/f9cefc3ae3c985c234f91b3fab6f5254e20e14dc/src/index.js#L953C1-L953C1