{"id":21466928,"url":"https://github.com/thiagodnf/thymeleaf-extras-input-attributes","last_synced_at":"2026-04-19T15:01:37.979Z","repository":{"id":50080632,"uuid":"195258614","full_name":"thiagodnf/thymeleaf-extras-input-attributes","owner":"thiagodnf","description":"Thymeleaf dialect for input attributes","archived":false,"fork":false,"pushed_at":"2021-06-04T22:01:02.000Z","size":19,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-17T06:11:20.822Z","etag":null,"topics":["spring-boot","thymeleaf","thymeleaf-extra","thymeleaf-java"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thiagodnf.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-07-04T14:41:18.000Z","updated_at":"2019-07-12T00:31:03.000Z","dependencies_parsed_at":"2022-09-14T00:11:24.059Z","dependency_job_id":null,"html_url":"https://github.com/thiagodnf/thymeleaf-extras-input-attributes","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/thiagodnf/thymeleaf-extras-input-attributes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thiagodnf%2Fthymeleaf-extras-input-attributes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thiagodnf%2Fthymeleaf-extras-input-attributes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thiagodnf%2Fthymeleaf-extras-input-attributes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thiagodnf%2Fthymeleaf-extras-input-attributes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thiagodnf","download_url":"https://codeload.github.com/thiagodnf/thymeleaf-extras-input-attributes/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thiagodnf%2Fthymeleaf-extras-input-attributes/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263905740,"owners_count":23527971,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["spring-boot","thymeleaf","thymeleaf-extra","thymeleaf-java"],"created_at":"2024-11-23T08:16:04.979Z","updated_at":"2026-04-19T15:01:32.936Z","avatar_url":"https://github.com/thiagodnf.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Thymeleaf Extras Input Attributes\n\nThymeleaf dialect for input attributes\n\n## Setup\n\n```xml\n\u003cdependency\u003e\n\t\u003cgroupId\u003ethiagodnf.thymeleaf.extras.input.attributes\u003c/groupId\u003e\n\t\u003cartifactId\u003ethymeleaf-extras-input-attributes\u003c/artifactId\u003e\n\t\u003cversion\u003e1.0.0\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n## Code\n\n```java\n@Configuration\npublic class ThymeleafConfiguration {\n\t\n    @Bean\n    public InputAttributesDialect getInputAttributesDialect() {\n\t    return new InputAttributesDialect(true);\n    }\n}\n```\n\n## Usage\n\n### Source\n\n```java\npublic class SignupDTO {\n\n    @NotBlank\n    @HTMLAutoFocus\n    @HTMLSpellCheck(\"false\")\n    @HTMLAutoComplete(\"given-name\")\n    private String firstname;\n    \n}\n```\n\n### Result\n\n```html\n\u003cinput type=\"text\" id=\"firstname\" name=\"firstname\" required=\"\" autofocus=\"\" spellcheck=\"false\" autocomplete=\"given-name\"\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthiagodnf%2Fthymeleaf-extras-input-attributes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthiagodnf%2Fthymeleaf-extras-input-attributes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthiagodnf%2Fthymeleaf-extras-input-attributes/lists"}