slolo2000

Results 20 comments of slolo2000

Hello, Just for my information, is there any official fork for this wonderful plugin? Thanks in advance and have a nice day.

Suppose you have a confirm dialog box with a choice like : Select between these options : Production (for the first button) Test (for the second one) I think that...

You are right if you think about a dialog box with 2 basics choices like Yes / NO or OK / Cancel. `Enter` / `Esc` keys are logic key combination....

I would like to see also this feature in a next release. Any plan to add it in a near future?

Hello, I would love to see this feature too. I am working on a personal project on mobile and tablet and it is almost unusable to use it with drag...

Hello, Any chance to see this nice feature in a next release? Thanks in advance and have a nice day.

Maybe if the chess.js library implemented this feature then it would make more sense in chessboardjs. Anyway, thanks a lot for your answer.

I have had look to the PR #199 var config = {position: fenString, numRows: 6, numColumns: 6}; board = Chessboard('myBoard', config); It works well and it display a board with...

You are right for the FEN string definition. But for example, this one is valid on a 6x6 board: > 6/5p/2N1pk/6/6/K1R3 w - - 1 1 And it could be...

Maybe a first step to fully support smaller boards than 8x8 Based on your works @ivan444 I have completed **validFen**, **fenToObj** and **objToFen** functions in order to take in consideration...