AAlexinaaf.hashnode.dev·Jun 5, 2019Vue DateTime Component with BootstrapUnfortunately Firefox does not yet support the datetime-local input field. Since I am avid Firefox user, I created a Vue Component which helps with DateTime fields. Imagine you have a Timestamp in your database with the format Y-m-d H:i:s, e.g. "2...00
AAlexinaaf.hashnode.dev·May 28, 2019Boolean Checkbox for Blade with BootstrapCheckboxes are often tricky, because "unchecked" they wont be included inside the request. Luckily this is easy circumvented with a hidden input with the same name and a (default) negative value. Consider the following blade snippet: <div class="f...00