mdehoog / Semantic-UI-Calendar

Calendar module for Semantic UI
MIT License
805 stars 127 forks source link

Disable date input #140

Closed failingbirthrate closed 4 years ago

failingbirthrate commented 4 years ago

I'm unable to disable the input via the form control. this.form.get('date').disable(); What is the correct way to disable the input completely?

failingbirthrate commented 4 years ago

Is this project dead?

lubber-de commented 4 years ago

@failingbirthrate This component has been merged into https://github.com/fomantic/Fomantic-UI and is further maintained there To answer your question:

Docs

See https://fomantic-ui.com/modules/calendar.html#disabled

failingbirthrate commented 4 years ago

@lubber-de You're awesome. Thank you sir.