Skip to content

Instantly share code, notes, and snippets.

@cpereiraweb
Forked from LucasSouzaa/HTML
Created December 29, 2025 11:25
Show Gist options
  • Select an option

  • Save cpereiraweb/97fede4eb2ffefe12b1347e01a684ac5 to your computer and use it in GitHub Desktop.

Select an option

Save cpereiraweb/97fede4eb2ffefe12b1347e01a684ac5 to your computer and use it in GitHub Desktop.
htmldateinput
<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