-
-
Save LucasSouzaa/001995413d8be7e1cda0e74d0d7fadd1 to your computer and use it in GitHub Desktop.
htmldateinput
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="fi-ta-col"> | |
| <div wire:ignore.self="" class="fi-ta-text-input" x-load="x-load" x-load-src="http://localhost:9000/js/filament/tables/components/columns/text-input.js?v=4.1.9.0" x-data="textInputTableColumn({ | |
| name: 'created_at', | |
| recordKey: '2', | |
| state: JSON.parse('\u00222025-12-16T17:42:21.000000Z\u0022'), | |
| })"> | |
| <input type="hidden" value="2025-12-16 17:42:21" x-ref="serverState"> | |
| <div x-bind:class="{ | |
| 'fi-disabled': isLoading || false, | |
| 'fi-invalid': error !== undefined, | |
| }" x-tooltip=" | |
| error === undefined | |
| ? false | |
| : { | |
| content: error, | |
| theme: $store.theme, | |
| } | |
| " class="fi-input-wrp"> | |
| <div class="fi-input-wrp-content-ctn"> | |
| <input x-model.lazy="state" class="fi-input fi-align-start" wire:loading.attr="disabled" wire:target="gotoPage,nextPage,previousPage,removeTableFilter,removeTableFilters,reorderTable,resetTableFiltersForm,sortTable,tableColumnSearches,tableFilters,tableRecordsPerPage,tableSearch" x-bind:disabled="isLoading" type="datetime-local"> | |
| </div> | |
| </div> | |
| </div> | |
| </div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment