In this release, the Sudoku component has been enhanced with real-time input validation. As users fill in the grid, each cell now provides immediate visual feedback— red for incorrect ones. This feature improves the overall user experience by making it easier to identify mistakes early and play more confidently. The logic is handled entirely on the client side, with lightweight CSS styling and no disruption to existing functionality. Simply include the provided CSS classes and bind your input fields as shown to enable this behavior.
Go to Data → SudokuPuzzle Entity.
Add new records with the following fields:
All buttons (Solve, Validate, Hint, Reset) are functional.
Hint logic only applies to editable cells.
Grid state updates in real-time.
Only 9 hints allowed per session.
Conflicting cells are highlighted in light red.
Keyboard navigation (Tab / Shift+Tab) supported.
You can style or tweak colors easily from the CSS block.
Add more puzzles to the SudokuPuzzle entity whenever needed.
SudokuPuzzle