Use HusInput for text entry
masterThe HusInput component is a wrapper for basic form fields, allowing users to input content via mouse or keyboard. It is part of the HuskarUI.Basic module and inherits from TextField. It also serves as the base for HusDateTimePicker and HusAutoComplete.
Key features include support for icons, clear buttons, and various visual styles (outlined, dashed, borderless, underlined, or filled).
import QtQuick
import HuskarUI.Basic
HusInput {
width: 150
placeholderText: 'Basic Usage'
}