Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
krileon wrote: We'll be adding autocomplete among many other features to fields in the future. Right now field code is basically feature-freeze. The reason for this is it's, very, legacy code that we do not want to keep piling code onto it, which will make refactoring just that much more complicated.
Once we've refactored all of our field code into better usable classes we can implement more features like better placeholder control (we've placeholder implemented, but it could be improved), better layout support (also implemented, but room for improvement), better custom validation, input masking, and more.
krileon wrote: For now there's a couple of solutions you can use until we've refactored (probably won't be for awhile; maybe even as late as CB 3.0). You can use the profile edit layout to completely override the HTML of the input. You can use CB Auto Actions and its Code action to add jQuery to the page and that jQuery would add the autocomplete attribute.
While the workarounds are maybe not the most ideal they will work. It's the best I can suggest for now as it's unreasonable to pile legacy code on top of legacy code when we've significantly bigger plans for the field code.
Please also stop with these "Google Says" topics. Simply suggest what you'd like. There's no need to copy-paste us Google Webmaster blog entries. I'll be frank in that it's a bit insulting. It insinuates we don't know this already or don't know what we're doing. We're well aware of HTML5 features, which only recently became standard in modern browsers (many browsers still don't support various HTML5 features). We've been in this business for many many years and coding for many more.
krileon wrote: Please also stop with these "Google Says" topics. Simply suggest what you'd like. There's no need to copy-paste us Google Webmaster blog entries. I'll be frank in that it's a bit insulting. It insinuates we don't know this already or don't know what we're doing. We're well aware of HTML5 features, which only recently became standard in modern browsers (many browsers still don't support various HTML5 features). We've been in this business for many many years and coding for many more.
Please Log in or Create an account to join the conversation.