JaNd3r/CKTextField

Support validation and auto-completion without placeholder

JaNd3r opened this issue · 0 comments

Currently the CKTextField will only validate and auto-complete properly if a placeholder is set, due to a wrong if statement in the initializer. Validation and auto-completion should also work, if no placeholder text is set.