A flexible textarea widget with the following features:
Please have a look at the main documentation for more details about the possible settings.
view : Bubblegum.TextArea.Adapter.Model msg -> Bubblegum.Entity.SettingsEntity.Model -> Bubblegum.Entity.SettingsEntity.Model -> Bubblegum.Entity.StateEntity.Model -> Html msg
View for the widget
attr key value = { id = Nothing , key = key, facets = [], values = [value]}
adapter = { onInput = OnInputContent }
userSettings = { attributes = [attr ui_userLanguage "en-US"] }
settings = { attributes = [attr ui_label "My Story"] }
state = { attributes = [attr ui_content "Once upon a time ..."] }
view adapter userSettings settings state