Chamaeleon (Your Material Textfield)

v2.2.1

Additions

  • Theme property, only available in the designer
    • Added Do not apply.
      • This will make sure you can customize both the border and hint color without it doing so automatically.
  • Added SetBorderColor so the border color of each text field can be changed by inputting their ID and a new color.
  • Added SetHintColor so the hint color of each text field can be changed by inputting their ID and a new color.
  • Added SetInput so the text of each text field can be changed by inputting their ID and new text.
  • Added SetInputColor so the input (text) color of each text field can be changed by inputting their ID and a new color.
  • Added SetSecondaryColor so the focused border color of each text field can be changed by inputting their ID and a new color.
    • By using the Configure method, you can still set this property, but it will be extension-wide so you don’t have to change the secondary color with this method every time.

Changes

  • Renamed Mode property to Theme
    • Renamed DARK to Dark
    • Renamed LIGHT to Light

Deletions

  • Removed TEXT_COLOR from the configuration structure. This is now set for each individual text field upon creation if it’s specified. Otherwise it will default to #FFFFFF. Of course as before, this does not have to be removed unless you’d like to remove it, but you will have to set this property for each text field upon creation now.

Improvements

  • Size has improved by 90%. New size is 67.9 KB.

Go here to preview an example of all the new blocks and go here to download io.gitlab.stormifire.textfields.aix.

7 Likes