balintcodes/filament-enhanced-datalist
最新稳定版本:v1.1.2
Composer 安装命令:
composer require balintcodes/filament-enhanced-datalist
包简介
An enhanced version of text input with datalist for FilamentPHP
关键字:
README 文档
README
An implementation of text input fields with datalist that matches the looks of the FilamentPHP ecosystem.
Installation
You can install the package via composer:
composer require balintcodes/filament-enhanced-datalist
Usage
include Balintcodes\FilamentEnhancedDatalist; FilamentEnhancedDatalist::make('enhanced_datalist') ->options(['One', 'Two', 'Three']) // Options that should appear in the datalist (array) ->filterDatalist() // Whether the datalist should be filtered during typing (bool) ->chevronVisible() // Whether the dropdown chevron should be visible (bool) ->infoLabel('Select a number') // Customize the information label on the top of the datalist (string) ->label('Enhanced datalist') ->minLength(2) ->maxLength(16) ->readOnly() ->prefix('Prefix') ->postfix('Postfix') ->placeholder('Choose a number');
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 17
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 6
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-03-03
