We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
自定义模板时,如果数据结构不是标准(即没有转化为 label value 这样的数据格式时),那么修改了模板也是无法显示的。http://aralejs.org/autocomplete/examples/template.html 比如这个官方例子运行不起来。
1.3.0 之后,改为了 renderPartial 整个区域。这样的副作用时,每次数据变动时,提示框会不断闪动,严重影响体验。而 1.2.x 没有这个问题(如 Arale 首页的搜索框)。
1.3.0
1.2.x
autocomplete/src/autocomplete.js
Line 173 in cd5c8bc
内置过滤器的名称。有 default、startsWith、stringMatch,然而默认是 startsWith,default 不是默认。这个 default 改个名是不是好理解些。
http://aralejs.org/autocomplete/docs/filter.html#%E5%86%85%E7%BD%AE%E7%9A%84%E8%BF%87%E6%BB%A4%E5%99%A8
有些 demo 不知何故无法运行了。http://aralejs.org/autocomplete/examples/other.html#email-%E8%87%AA%E5%8A%A8%E8%A1%A5%E5%85%A8
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
popomore
No branches or pull requests
自定义模板时,如果数据结构不是标准(即没有转化为 label value 这样的数据格式时),那么修改了模板也是无法显示的。http://aralejs.org/autocomplete/examples/template.html 比如这个官方例子运行不起来。
1.3.0
之后,改为了 renderPartial 整个区域。这样的副作用时,每次数据变动时,提示框会不断闪动,严重影响体验。而1.2.x
没有这个问题(如 Arale 首页的搜索框)。autocomplete/src/autocomplete.js
Line 173 in cd5c8bc
内置过滤器的名称。有 default、startsWith、stringMatch,然而默认是 startsWith,default 不是默认。这个 default 改个名是不是好理解些。
http://aralejs.org/autocomplete/docs/filter.html#%E5%86%85%E7%BD%AE%E7%9A%84%E8%BF%87%E6%BB%A4%E5%99%A8
有些 demo 不知何故无法运行了。http://aralejs.org/autocomplete/examples/other.html#email-%E8%87%AA%E5%8A%A8%E8%A1%A5%E5%85%A8
The text was updated successfully, but these errors were encountered: