filament_newbie
filament_newbie
FFilament
Created by rg.block on 9/6/2023 in #❓┊help
Unable to get notification broadcasted to pusher
pusher have some readings but still doesn't do real time notification
8 replies
FFilament
Created by rg.block on 9/6/2023 in #❓┊help
Unable to get notification broadcasted to pusher
i solve it by put these code in base.blade.php <script type="module"> if (window.Echo) { Echo.private('App.Models.User.${userId}') .listen('.database-notifications.sent', (e) => { console.log(e); }); } </script>
8 replies
FFilament
Created by rg.block on 9/6/2023 in #❓┊help
Unable to get notification broadcasted to pusher
have you solve the problem yet?
8 replies
FFilament
Created by Adnan Yalahow on 10/4/2023 in #❓┊help
Struggling to Populate Repeater with Data Based on Selected Item
have you found the answer yet? i would like to know too
5 replies
FFilament
Created by filament_newbie on 10/2/2023 in #❓┊help
is there a way to hide value in textinput by replacing value to *?
thank you for those who help me 😄
28 replies
FFilament
Created by filament_newbie on 10/2/2023 in #❓┊help
is there a way to hide value in textinput by replacing value to *?
turns out we can use $mask->jsonOptions include displayChar
28 replies
FFilament
Created by filament_newbie on 10/2/2023 in #❓┊help
is there a way to hide value in textinput by replacing value to *?
i just tried disabled it, but it still failed to update because it is not a number
28 replies
FFilament
Created by filament_newbie on 10/2/2023 in #❓┊help
is there a way to hide value in textinput by replacing value to *?
so, what if i want to save it? is there any solution?
28 replies
FFilament
Created by filament_newbie on 10/2/2023 in #❓┊help
is there a way to hide value in textinput by replacing value to *?
wow this works...but when i save, it doesnt save as numbers
28 replies
FFilament
Created by filament_newbie on 10/2/2023 in #❓┊help
is there a way to hide value in textinput by replacing value to *?
it is just to minimize shoulder surfing
28 replies
FFilament
Created by filament_newbie on 10/2/2023 in #❓┊help
is there a way to hide value in textinput by replacing value to *?
the phone number textinput is disabled, but the user still can edit other textinput
28 replies
FFilament
Created by filament_newbie on 10/2/2023 in #❓┊help
is there a way to hide value in textinput by replacing value to *?
example: original number : 123456789 expected outcome : 1234*****
28 replies
FFilament
Created by filament_newbie on 10/2/2023 in #❓┊help
is there a way to hide value in textinput by replacing value to *?
i want to mask the phone number
28 replies
FFilament
Created by binaryfire on 9/6/2023 in #❓┊help
Show/hide toggle for input fields containing sensitive data
9 replies
FFilament
Created by filament_newbie on 10/2/2023 in #❓┊help
is there a way to hide value in textinput by replacing value to *?
okay thats nice, but how to hash the last 5 character?
28 replies
FFilament
Created by binaryfire on 9/6/2023 in #❓┊help
Show/hide toggle for input fields containing sensitive data
need to hide for the last 6 characters
9 replies
FFilament
Created by binaryfire on 9/6/2023 in #❓┊help
Show/hide toggle for input fields containing sensitive data
is there a way to do this not only for password, for others as well? like email or phone numbers?
9 replies