Power-Components / livewire-powergrid

⚡ PowerGrid generates modern, powerful and easy-to-customize data tables using Laravel Livewire.
https://livewire-powergrid.com
MIT License
1.41k stars 206 forks source link

[FIX] Placeholder not working on `Filter::number` #1536

Closed dansysanalyst closed 1 month ago

dansysanalyst commented 1 month ago

⚡ PowerGrid - Pull Request

Welcome and thank you for your interest in contributing to our project!. You must use this template to submit a Pull Request or it will not be accepted.


Motivation

Description

This Pull Request fixes the placeholder not being rendered when using Filter::number('price', 'price')->placeholder('foo', 'bar').

CleanShot 2024-05-08 at 00 35 02@2x

Related Issue(s):

https://github.com/Power-Components/livewire-powergrid/issues/1535 https://github.com/Power-Components/livewire-powergrid/issues/1534

Documentation

This PR requires Documentation update?