Graham Harper
Graham Harper
Maybe you could make it optional? I needed this for a project so in a fork added a settings option to enable the content editor and on the front end...
Thanks, they were just some quick changes to achieve what I needed. I wanted the option of hiding the title, it's useful to see it in the admin area but...
Sure, I'll give it the once over before I open the pull request. It was written very late at night! Good idea about having either the excerpt _or_ the content...
+1 for this to be changed. The user may not be aware their invalid input was autocorrected and submit a valid but incorrect date. The user hitting a validation would...
@chmln is there anything we can do to move this along?
Our product suffered from the a11y issues with DatePicker mentioned in this defect so we had to patch the component locally to address them and meet customer a11y requirements. Would...
I'm having the same issue and can reproduce on a fresh clone of the repo. 1. Clone this repo 2. `npm install` 3. `npx @11ty/eleventy --serve` 4. Modify `index.css` e.g....
Which should it be, `dev` or `develop`?
We support an application with many large and complex forms. The forms often contain dropdowns that contain a large number of options so the filtering capabilities of ComboBox is useful....
+1 for this. We required this functionality for a time input control where the user could pick from a list of times or enter a custom time value. We had...