Cherrio LLC
08/14/2024, 6:23 PMTextFieldBehaviourNick
08/15/2024, 2:42 AMview {
    + textField
    layout = constrain(textField) {
        it.edges eq parent.edges + insets
    }
    render = {
        // draw border when text field has focus
    }
}