Skip to content
New issue

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

Customize UI components: TextField. #864

Merged
merged 2 commits into from
Jun 18, 2015

Commits on Jun 18, 2015

  1. TextField:

    - add text field component theme;
    - bind text field component with its theme;
    - introduce hint and label colors in text field theme (need author permit);
    - customize textfield hint or float label with custom line height;
    - caching method call result;
    - corrected error mode state via setErrorText method call;
    - introduced textarea setValue method for correct height calculation;
    - updated disabled text field mode underline to more flexible one;
    - syntax error fix.
    misha-panyushkin committed Jun 18, 2015
    Configuration menu
    Copy the full SHA
    a5f40a2 View commit details
    Browse the repository at this point in the history
  2. TextField:

    - renaming method.
    misha-panyushkin committed Jun 18, 2015
    Configuration menu
    Copy the full SHA
    a61f755 View commit details
    Browse the repository at this point in the history